Copy timestamps from source to FSP dest buffer

epoch_index_backup
Tyler Goodlet 2022-11-26 15:08:36 -05:00
parent 3cf590eedf
commit 670ba169e9
1 changed files with 2 additions and 0 deletions

View File

@ -179,6 +179,8 @@ async def fsp_compute(
) )
history[func_name] = history_output history[func_name] = history_output
history['time'] = src.array['time']
# TODO: XXX: # TODO: XXX:
# THERE'S A BIG BUG HERE WITH THE `index` field since we're # THERE'S A BIG BUG HERE WITH THE `index` field since we're
# prepending a copy of the first value a few times to make # prepending a copy of the first value a few times to make