Facepalm: actually return latest index on time slice fail..

epoch_indexing_and_dataviz_layer
Tyler Goodlet 2022-12-01 09:33:53 -05:00
parent 2e67e98b4d
commit 031d7967de
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ class Flume(Struct):
return array['index'][mask][0]
# just the latest index
array['index'][-1]
return array['index'][-1]
def slice_from_time(
self,