wfdb-python
wfdb-python copied to clipboard
Bugfix: Update summary printing when writing EDF files.
When writing an EDF file the summary of recording length is printed to console. If the number of bytes per block is not an integer this fails with ValueError: Unknown format code 'd' for object of type 'float'. Ensure cast to int first.