Skip to content

Commit 35a2bb2

Browse files
committed
specific test case
1 parent 8f2c3a7 commit 35a2bb2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Versions should comply with PEP440. For a discussion on single-sourcing
2121
# the version across setup.py and the project code, see
2222
# https://packaging.python.org/en/latest/single_source_version.html
23-
version='1.0.4',
23+
version='1.0.5',
2424

2525
description='The WFDB Python Toolbox',
2626
long_description=long_description,

tests/test_annotations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ def test_1(self):
5454

5555
# Test file streaming
5656
pbannotation = wfdb.rdann('100', 'atr', pbdir = 'mitdb')
57-
57+
pbannotation.aux[0] = '(N'
58+
5859
# Test file writing
5960
annotation.wrann()
6061
annotationwrite = wfdb.rdann('100', 'atr')

0 commit comments

Comments
 (0)