Skip to content

Commit

Permalink
Update mne/epochs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
withmywoessner and larsoner authored Jan 10, 2024
1 parent 44fdf8a commit 3ff8a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/epochs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3718,7 +3718,7 @@ def _is_good(
_validate_type(result, tuple, result, "tuple")
if len(result) != 2:
raise TypeError(
"Function criterion must return a " "tuple of length 2"
"Function criterion must return a tuple of length 2"
)
cri_truth, reasons = result
_validate_type(cri_truth, (bool, np.bool_), cri_truth, "bool")
Expand Down

0 comments on commit 3ff8a9e

Please sign in to comment.