Commit 89cfe76
Benjamin Moody
Avoid keyword arguments to Record.check_field.
Since commit 21764cf, the optional
parameter to wfdb.io.record.BaseRecord.check_field is called
"required_channels", not "channels". The semantics appear equivalent.
Several callers were still referring to the old name "channels", while
most callers simply use positional arguments. Change all callers to
use positional arguments for consistency.1 parent 3b408f2 commit 89cfe76
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
0 commit comments