Fix history array name

epoch_indexing_and_dataviz_layer
Tyler Goodlet 2023-01-13 14:12:23 -05:00
parent a5eed8fc1e
commit bfc6014ad3
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ 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'] history_output['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