-
Notifications
You must be signed in to change notification settings - Fork 6
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
BUG: loading cdf data with numpy 1.24 #142
Comments
Noting that failure also occurs for numpy 1.24.1 |
Reviewing the code, this is not directly caused by the numpy version. Both datasets do not have unique data, and this will break when testing against older numpy versions as well. The primary source of failure is in pysatCDF for numpy<1.24. Ordinarily in the unit tests, if the loading of a data set fails due to non-unique data, the code will try again with the strict time flag set to |
Plan forward:
|
Bumping version. Will revisit for the 0.1.0 release. |
Since the pysatCDF issue is captured at that package, closing this issue. |
Describe the bug
When data is loaded with the latest numpy, some instruments (de2_lang, iss_fpmu) encounter new errors.
Update: see root cause in comments below.
To Reproduce
Under numpy 1.23, this runs fine. With 1.24, I get
Expected behavior
Data should load consistently.
Screenshots
n/a
Desktop (please complete the following information):
Also seen for all ubuntu configs in Github Actions
Additional context
Note there are additional issues with the pysatCDF implementation. These are documented in pysat/pysatCDF#46
The text was updated successfully, but these errors were encountered: