-
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
Attempt to import numpy.ma.rank failing with numpy 1.18.1 #384
Comments
I can confirm that I do not see this issue with
(No output) |
fix was not correct -- working on the fix and adding a testcase. |
@muryanto1, could you explain what was wrong with the fix? By the way, my test environment is still picking up cdms2 build 4 (rather than build 7 that we just merged) but I think that's because of a different dependency not being up-to-date with conda-forge pinnings. So as far as I know, conda-forge/cdms2-feedstock#47 should have fixed things from my perspective. But maybe there's something more subtle? |
As we discussed, the issue is that It's odd to me that the old |
I believe this was addressed by #387 and can be closed. |
Describe the bug
With the latest cdms2 from conda-forge, I'm getting an import error related to
numpy.ma.rank
, which appears not to exist.To Reproduce
Steps to reproduce the behavior:
The result is:
Expected behavior
Import should succeed.
Desktop (please complete the following information):
Environment Information
`conda info`
`conda config --show-sources`
`conda list --show-channel-urls`
Additional context
I think
numpy.rank
might work fine, and thatnumpy.ma.rank
was eliminated in the most recent release ofnumpy
.The text was updated successfully, but these errors were encountered: