-
Notifications
You must be signed in to change notification settings - Fork 8
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
MAINT: numpy 1.24 compliance #46
Comments
Thanks for the report. |
Validated that the same failure documented above appears in the unit tests here for |
Since I can't test this locally, I took a wild guess that it was a chained index issue and tried to update the broken lines to
Verified the unit tests work for numpy 1.24.1. PR incoming. |
Description
numpy 1.24 has dropped some deprecated features, in particular with respect to data access.
Potential impact
From unit tests for pandas data in pysatNASA:
These errors do not appear when a version cap is applied.
Potential solution(s)
Update data standards.
Alternatives
😴
Additional context
Found in Github Actions testing. https://github.com/pysat/pysatNASA/actions/runs/3750994468/jobs/6371429123
The text was updated successfully, but these errors were encountered: