Skip to content

Commit 0b886ea

Browse files
authored
Merge pull request #450 from MIT-LCP/flac-wrsamp-multifile
Handle more than 8 compressed signals in wrsamp
2 parents e583e0e + 5375b97 commit 0b886ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wfdb/io/_header.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ def _auto_signal_file_names(self):
384384
num_groups += 1
385385
channels_in_group = 0
386386
group_number.append(num_groups)
387+
channels_in_group += 1
387388
prev_fmt = ch_fmt
388389
prev_spf = ch_spf
389390

0 commit comments

Comments
 (0)