Skip to content

v2.2.1 - Fixed Event Detection Edge Case

Compare
Choose a tag to compare
@AKuederle AKuederle released this 22 Jun 07:52
· 60 commits to master since this release

[2.2.1] - 2023-06-22

Fixed

  • Fixed edecase where the output of the stride event method had the events in the wrong order for some strides.
    The reason for that is that a valid segmented stridelist does not always result in a valid min_vel_event list for
    algorithms that are allowed to search outside the segmented stride region (e.g. HerzerEventDetection).
    We now check for consistency again after the stride list conversion.