Skip to content

Commit c17451c

Browse files
committed
update annotation api
1 parent fbbca66 commit c17451c

File tree

2 files changed

+266
-210
lines changed

2 files changed

+266
-210
lines changed

wfdb/readwrite/_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def __init__(self, allowedtypes, delimiter, dependency, write_req, read_def, wri
595595
# so that the user doesn't need to. But when reading, it should
596596
# be clear that the fields are missing.
597597

598-
inttypes = [int, np.int64, np.int32]
598+
inttypes = [int, np.int64, np.int32, np.int16]
599599
floattypes = inttypes + [float, np.float64, np.float32]
600600

601601
# Record specification fields

0 commit comments

Comments
 (0)