We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2c3a7 commit 35a2bb2Copy full SHA for 35a2bb2
setup.py
@@ -20,7 +20,7 @@
20
# Versions should comply with PEP440. For a discussion on single-sourcing
21
# the version across setup.py and the project code, see
22
# https://packaging.python.org/en/latest/single_source_version.html
23
- version='1.0.4',
+ version='1.0.5',
24
25
description='The WFDB Python Toolbox',
26
long_description=long_description,
tests/test_annotations.py
@@ -54,7 +54,8 @@ def test_1(self):
54
55
# Test file streaming
56
pbannotation = wfdb.rdann('100', 'atr', pbdir = 'mitdb')
57
-
+ pbannotation.aux[0] = '(N'
58
+
59
# Test file writing
60
annotation.wrann()
61
annotationwrite = wfdb.rdann('100', 'atr')
0 commit comments