Skip to content

Commit

Permalink
Update mne/io/eeglab/tests/test_eeglab.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Mar 13, 2024
1 parent a6655ec commit a84bf2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mne/io/eeglab/tests/test_eeglab.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ def get_bad_information(eeg, get_pos, *, montage_units):
@testing.requires_testing_data
def test_eeglab_drop_nan_annotations(tmp_path):
"""Test reading file with NaN annotations."""
pytest.importorskip("eeglabio")
file_path = tmp_path / "test_nan_anno.set"
raw = read_raw_eeglab(raw_fname_mat, preload=True)
data = raw.get_data()
Expand Down

0 comments on commit a84bf2b

Please sign in to comment.