Simon Kern

Results 151 comments of Simon Kern

nope, not really. If anyone wants to review the PR and give it a go I'd be glad :)

Behind this error there are actually a multitude of different problems. I have not encountered many UTF8 problems recently, most of the errors I saw were inconsistent use of specifications,...

We rely on the C library `edflib` to load files. If the library cannot open a file, `pyedflib` also cannot load it in most cases. We would need to edit...

@bendichter @pravsripad @andrea-escartin Is this still an issue with 1.32?

I'm a bit clueless to what the problem could be here (and I have no Mac to investigate) If anyone finds a solution, let us know!

Is there any update on this? Does installation now work on Mac?

Somehow this broke the matching when there are no exact matches. ```Python from pymatch.Matcher import Matcher import pandas as pd cases_ages =[23, 21, 26, 25, 23, 44, 24, 22, 46,...