Too many detection in anomaly unit detection runner #109
Open
opened 3 years ago by glitch4347
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
When detection runner starts with anomaly unit, it detects too many segments. For example, if I started
DetectionRunner::run(1641685784)
, then the linelet detections = a.detect(ms.clone(), t_from, t_to).await.unwrap();
works witht_from = 1641721134
, but the first detection indetections
is(1641685784, 1641685924)
, the second is(1641685934, 1641685984) and there are
375in the
detections`