Skip to content

Commit f53dacb

Browse files
committed
update function call
1 parent d9f04c5 commit f53dacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfdb/io/_header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def set_default(self, field):
377377

378378
# Set more specific defaults if possible
379379
if field == 'adc_res' and self.fmt is not None:
380-
self.adc_res = _signal.fmt_res(self.fmt)
380+
self.adc_res = _signal._fmt_res(self.fmt)
381381
return
382382

383383
setattr(self, field,

0 commit comments

Comments
 (0)