Skip to content

Commit e7b3e79

Browse files
committed
quick bug
1 parent eab2fbe commit e7b3e79

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
@@ -5372,7 +5372,7 @@ def test_mask_epochs_per_channel():
53725372
# test wrong shape of rejection mask
53735373
bad_mask = np.zeros((n_epochs, n_channels - 1), dtype=bool)
53745374
with pytest.raises(ValueError, match="reject_mask must have shape"):
5375-
ep.mark_bad_epochs_by_channel(bad_mask)
5375+
ep.mask_epochs_per_channel(bad_mask)
53765376

53775377

53785378
def test_epochs_warn_out_of_bounds_events():

0 commit comments

Comments
 (0)