Skip to content

Commit a3b752b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 235b26e commit a3b752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/tests/test_epochs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5284,7 +5284,7 @@ def test_drop_all_epochs():
52845284

52855285
# 1. Test 'ignore' (default)
52865286
epochs.copy().drop([0])
5287-
5287+
52885288
# 2. Test 'warn' explicitly
52895289
# We expect a warning when dropping all epochs
52905290
with pytest.warns(RuntimeWarning, match="All epochs dropped"):

0 commit comments

Comments
 (0)