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
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.