-
Notifications
You must be signed in to change notification settings - Fork 16
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
allow numpy 2 #393
allow numpy 2 #393
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #393 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 36 36
Lines 3058 3058
=========================================
Hits 3058 3058 ☔ View full report in Codecov by Sentry. |
There's a strange quirk here. The pytests pass, but skipping more than usual. This is because fastkde was built with numpy 1, so
Perhaps this is a flaw in our failed import-based test-skipping strategy, as I might have missed this if the docs hadn't also failed! |
I've fixed fastkde LBL-EESA/fastkde#44, though the owner was so quick to merge they didn't increment the version number! Not sure when this will end up on pypi, but tests are passing (and running!) and docs are building locally |
No idea how I forgot that I'd already opened #388, apologies. Will close this one |
Description
I think pytables has finally caught up as of about 2 weeks ago. PyTables/PyTables@db6224b
Looks like fastkde isn't updated?
Fixes # (issue)
Checklist:
flake8 anesthetic tests
)pydocstyle --convention=numpy anesthetic
)python -m pytest
)