Simon Kern

Results 151 comments of Simon Kern

should be "fixed" now. try installing the master version via `pip install git+https://github.com/holgern/pyedflib.git`, it should work now that the warning has been removed.

- What's the filename and path you are trying to access? - Is the file generally open-able by other EDF-readers like EDFBrowser? If yes, can you upload it somewhere and...

Mhh, I cannot replicate the issue, the file loads fine for me, both on Windows and WSL. Are you sure you are using the most up-to-date version of pyedflib? what...

yes, that's not the current one. please install the version from master using `pip install git+https://github.com/holgern/pyedflib.git`, newest is 0.1.23. If you run that command and still have the same problem,...

have you tried upgrading pip? `python -m pip install --upgrade pip`

There has been a new release, can you try if it works now?

thanks @BlakeJC94 To my knowledge, all signals within an EDF+ file need to have the same length in the time dimension. This means that you need to adapt the sample...

(meanwhile I've taken up maintenance of pyedflib) The digital maximum (ADC values) of EDF is 32767 (16 bit recording), however it should be possible with BDF, which extends it to...

This is probably not so easily possible, as the library we wrap (`edflib`) is written in C and works with strings that point to files on the file system. Unfortunately...