Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Lee-Messer committed Jan 24, 2025
1 parent fb71f6c commit efa2ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_edfreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def test_get_samples_per_signal() -> None:
pprint(sps.dtype)
assert np.all(
sps
== array(
== np.array(
[
120000,
120000,
Expand Down

0 comments on commit efa2ec9

Please sign in to comment.