Facepalm: actually return latest index on time slice fail..
parent
2e67e98b4d
commit
031d7967de
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue