Skip to content

Commit

Permalink
Fix selection of channels when converting to EDF (#519)
Browse files Browse the repository at this point in the history
Fixes #518
  • Loading branch information
tompollard authored Nov 27, 2024
2 parents 1d192c5 + f8af9ab commit c6d4fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wfdb/io/convert/edf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("-", "_")

Expand Down

0 comments on commit c6d4fd9

Please sign in to comment.