Closed stan-dot closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 47.05%. Comparing base (
2700dc9
) to head (e126f4e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closes #75
this PR adds a piece of logic to ensure the the trigger is detected correctly. the row for 'all the frames after the trigger' must be separate from the row for 'detect the trigger'. While those two were joined, at every
repeat
the trigger was checked, and that is not what the desired behavior is.Furthermore we need to check against
post_stop_frames > 1
so that we do not passrepeats=0