Skip to content

Commit c6d4fd9

Browse files
authored
Fix selection of channels when converting to EDF (#519)
Fixes #518
2 parents 1d192c5 + f8af9ab commit c6d4fd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wfdb/io/convert/edf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ def wfdb_to_edf(
581581
sampfrom=sampfrom,
582582
sampto=sampto,
583583
smooth_frames=False,
584+
channels=channels,
584585
)
585586
record_name_out = record_name.split(os.sep)[-1].replace("-", "_")
586587

0 commit comments

Comments
 (0)