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

pre_viz_calls
Tyler Goodlet 2022-12-01 09:33:53 -05:00
parent 3cebfb07dc
commit c0a521358f
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,