From c5a352bc649a6758cece2b8d0a83a745b63a0caa Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 1 Dec 2022 09:33:53 -0500 Subject: [PATCH] Facepalm: actually return latest index on time slice fail.. --- piker/data/flows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/data/flows.py b/piker/data/flows.py index d281a0bf..2b3b666e 100644 --- a/piker/data/flows.py +++ b/piker/data/flows.py @@ -245,7 +245,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,