Skip to content

Commit

Permalink
fixed commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Rosen committed Dec 12, 2024
1 parent 2b2c256 commit 6a50735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def test_read_aedat_events():
assert len(events) == 118651


# def test_read_aedat4():
# events = tonic.io.read_aedat4("test/test_data/sample.aedat4")
def test_read_aedat4():
events = tonic.io.read_aedat4("test/test_data/sample.aedat4")

0 comments on commit 6a50735

Please sign in to comment.