Copy timestamps from source to FSP dest buffer
parent
3cf590eedf
commit
670ba169e9
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue