wfdb-python icon indicating copy to clipboard operation
wfdb-python copied to clipboard

Bugfix: Update summary printing when writing EDF files.

Open SamJelfs opened this issue 10 months ago • 0 comments

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.

SamJelfs avatar Feb 13 '25 18:02 SamJelfs