Ignore single-zero-sample trace on no runtime..

multiaddrs
Gud Boi 2026-01-30 14:53:00 -05:00
parent ec4e6ec742
commit 88353ffef8
1 changed files with 9 additions and 1 deletions

View File

@ -276,7 +276,15 @@ def get_null_segs(
absi_zdiff: np.ndarray = np.diff(absi_zeros) absi_zdiff: np.ndarray = np.diff(absi_zeros)
if zero_t.size < 2: if zero_t.size < 2:
try:
breakpoint() breakpoint()
except RuntimeError:
# XXX, if greenback not active from
# piker store ldshm cmd..
log.exception(
"Can't debug single-sample null!\n"
)
return None return None
# scan for all frame-indices where the # scan for all frame-indices where the