-
Notifications
You must be signed in to change notification settings - Fork 10
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
cdms2 conflict with latest numpy version #449
Comments
Good idea to this documentation issue! Do you know precisely which version of I have just checked my current (though slightly obsolete) environment, and
|
I have just found this old issue, that seemed to deal with handling new data types Update cdms2 to deal with all common datatypes (uint8, uint16, char, str etc) If, by chance, an existing issue documents an easy way to update all the required types, and a knowledgeable person (that's not me) can implement a quick fix of cdms2, it would not hurt ! <3 |
Good idea, I think the last
|
I believe this issue has been fixed in patches on conda-forge: |
If you are installing a build of cdms2 from conda-forge >= 18, e.g.:
and you're still encountering numpy-related errors, you might be best off reporting on conda-forge since CDAT is not really being maintained: |
numpy.float
(e.g., used here is deprecated since numpy 1.20, need to replace it tonumpy.float64
.f = cdms2.open(path)
with latest numpy version returns below error.I understand cdms2 is no longer under active development, so leaving this error for documenting it.
The text was updated successfully, but these errors were encountered: