We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31377f commit 7142772Copy full SHA for 7142772
1 file changed
mne/io/egi/tests/test_egi.py
@@ -18,7 +18,6 @@
18
from mne.datasets.testing import data_path, requires_testing_data
19
from mne.io import read_evokeds_mff, read_raw_egi, read_raw_fif
20
from mne.io.egi.egi import _combine_triggers
21
-from mne.io.egi.events import _read_mff_events
22
from mne.io.tests.test_raw import _test_raw_reader
23
from mne.utils import copytree_rw, object_diff
24
@@ -600,6 +599,7 @@ def test_egi_mff_bad_xml(tmp_path):
600
599
# little check that the bad XML doesn't affect the parsing of other xml files
601
assert "DIN1" in raw.annotations.description
602
+
603
@requires_testing_data
604
@pytest.mark.parametrize(
605
"fname, expected",
0 commit comments