Skip to content

Commit 90c7a81

Browse files
committed
another bug
1 parent 482eb8e commit 90c7a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mne/tests/test_epochs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5322,7 +5322,7 @@ def test_mask_epochs_per_channel():
53225322

53235323
# should throw an error
53245324
with pytest.raises(ValueError, match="must be preloaded"):
5325-
ep.mark_bad_epochs_by_channel(reject_mask_dummy)
5325+
ep.mask_epochs_per_channel(reject_mask_dummy)
53265326

53275327
# load data
53285328
ep.load_data()

0 commit comments

Comments
 (0)