We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d192c5 commit f8af9abCopy full SHA for f8af9ab
1 file changed
wfdb/io/convert/edf.py
@@ -581,6 +581,7 @@ def wfdb_to_edf(
581
sampfrom=sampfrom,
582
sampto=sampto,
583
smooth_frames=False,
584
+ channels=channels,
585
)
586
record_name_out = record_name.split(os.sep)[-1].replace("-", "_")
587
0 commit comments