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
Remove hardcoded value "BAD_blinks" in interpolate_blink (#13531)
The previous behaviour is faulty as there is no reason to think
`blink_annots` are "BAD_blinks"-prefixed.
Add an argument to `_annotations_starts_stops` to allow matching
exactly instead of being prefix.
Fix bug where :func:`mne.preprocessing.eyetracking.interpolate_blinks` was overriding the user-passed ``match`` argument with the value ``"BAD_blink"``, by :newcontrib:`Robert Dazi`
0 commit comments