You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Hilbert Detector picks up way less HFO events than either of the RMS or LineLength Detectors. We need to figure out if this is by design or if it is a code bug before we use this in a study.
Steps to reproduce
Run the unit tests, pytest ./tests/test_detect.py::test_detect_hfo_hilbert and see that it misses detections
Expected results
We do not currently know what the expected output should be, so this might be right
Actual results
The first event is missed.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Hilbert Detector picks up way less HFO events than either of the RMS or LineLength Detectors. We need to figure out if this is by design or if it is a code bug before we use this in a study.
Steps to reproduce
Run the unit tests,
pytest ./tests/test_detect.py::test_detect_hfo_hilbert
and see that it misses detectionsExpected results
We do not currently know what the expected output should be, so this might be right
Actual results
The first event is missed.
The text was updated successfully, but these errors were encountered: