Skip to content

Commit

Permalink
Merge branch 'mit_annotations' of https://github.com/withmywoessner/m…
Browse files Browse the repository at this point in the history
…ne-python into mit_annotations
  • Loading branch information
withmywoessner committed Jan 23, 2025
2 parents 47fa53d + d6248d0 commit 9cb6a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne/tests/test_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def test_read_edf_annotations(fname, n_annot):
annot = read_annotations(fname)
assert len(annot) == n_annot


@testing.requires_testing_data
def test_read_wfdb_annotations():
"""Test reading WFDB annotations."""
Expand All @@ -425,6 +426,7 @@ def test_read_wfdb_annotations():
assert "[" in annot.description
assert "]" in annot.description


@first_samps
def test_raw_reject(first_samp):
"""Test raw data getter with annotation reject."""
Expand Down

0 comments on commit 9cb6a0a

Please sign in to comment.