-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distutils is deprecated #267
Comments
TrianecT-Wouter
added a commit
to TrianecT-Wouter/pyedflib
that referenced
this issue
Dec 16, 2024
skjerns
pushed a commit
that referenced
this issue
Jan 22, 2025
* Update highlevel.py Converted assert's into warnings. Reason: in some cases, storing an edf file fails because of roundoff errors: e.g. `phys_min -3565.82 vs. signal_min 3565.8200000000000006` will fail in write_edf (but shouldn't) * Removed references to distutils. Distutils is deprecated as mentioned in #267 * Updated tests for warnings in case phys_min > sig.min() * Added threshold for warning in case of small differences between sig_min and physical_min Updated tests as well. * Fix unit test.
fixed by #266 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also: https://docs.python.org/3.12/library/distutils.html
and
https://peps.python.org/pep-0632/#migration-advice
The text was updated successfully, but these errors were encountered: