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

Python integer 512 out of bounds for uint8

Open marahman30104 opened this issue 8 months ago • 2 comments

Image

Whenever I want to run my gdf(large ECG data) it return this error

marahman30104 avatar Apr 25 '25 03:04 marahman30104

Please could you post the version of WFDB? You can run:

python -c "import wfdb; print(wfdb.__version__)"

tompollard avatar Apr 25 '25 15:04 tompollard

Also, are you sure this is a WFDB issue? From the stack trace, it looks like the issue is with a different package (https://mne.tools/stable/index.html)

tompollard avatar Apr 25 '25 15:04 tompollard