-
Notifications
You must be signed in to change notification settings - Fork 300
Corrected use of deprecated numpy behaviour. Necessary for numpy 1.12. #2468
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
Conversation
|
Ping @djkirkham |
|
@pelson The documentation for |
If we go that far, I'd go the whole hog and just use |
|
@pelson I have been talking to Dan about this change. Based on our conversation, I think that this fix might be a bit more future-proof than the one in SciTools/iris-grib#75, and I want to merge this into master ready to be bundled into the upcoming v1.13.rc branch. How do you feel about that? |
|
@pelson Please target this against master so that the changes can be carried forward into v1.13.x |
It looks like it's a different commit in #2550 and #2551 (the commit sha's are different). Could you not have cherry picked the commit? I'm just concerned about the merge conflict it will create when it comes time to merge the |
|
#2551 is merged now. Also, the commit SHAs must be different when cherry picked because the committer name and date are part of the hash. |
The behaviour we are depending on is deprecated (and removed) in newer numpy versions...
We will also want to fix this in iris_grib.