diff --git a/wfdb/io/convert/edf.py b/wfdb/io/convert/edf.py index e3096884..a2742015 100644 --- a/wfdb/io/convert/edf.py +++ b/wfdb/io/convert/edf.py @@ -581,6 +581,7 @@ def wfdb_to_edf( sampfrom=sampfrom, sampto=sampto, smooth_frames=False, + channels=channels, ) record_name_out = record_name.split(os.sep)[-1].replace("-", "_")