Skip to content

Commit

Permalink
correct signal name being set
Browse files Browse the repository at this point in the history
  • Loading branch information
briangow committed Oct 18, 2024
1 parent 0e32209 commit def62e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfdb/io/_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def set_d_features(self, do_adc=False, single_fmt=True, expanded=False):
self.check_field("baseline", "all")

# All required fields are present and valid. Perform ADC
self.d_signal = self.adc(expanded)
self.e_d_signal = self.adc(expanded)

# Use e_d_signal to set fields
self.check_field("e_d_signal", "all")
Expand Down

0 comments on commit def62e9

Please sign in to comment.