Copy timestamps from source to FSP dest buffer

multichartz_backup
Tyler Goodlet 2022-11-26 15:08:36 -05:00
parent 379679812c
commit 05389bed12
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ async def fsp_compute(
history_by_field['time'] = src_time[-len(history_by_field):] history_by_field['time'] = src_time[-len(history_by_field):]
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