Facepalm: actually return latest index on time slice fail..
parent
6f65607296
commit
082cf2b1ea
|
@ -232,7 +232,7 @@ class Flume(Struct):
|
||||||
return array['index'][mask][0]
|
return array['index'][mask][0]
|
||||||
|
|
||||||
# just the latest index
|
# just the latest index
|
||||||
array['index'][-1]
|
return array['index'][-1]
|
||||||
|
|
||||||
def slice_from_time(
|
def slice_from_time(
|
||||||
self,
|
self,
|
||||||
|
|
Loading…
Reference in New Issue