-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Masked arrays: keepdims is not enforced in numpy.ma.amax #7720
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
Comments
Thanks for the report. Ignoring of keepdims in the ma code has recently been fixed (I am not quite sure whether it is fixed in 1.11 or only will be in 1.12 though). Anyway this works now, probably update to 1.11 is good enough. |
Thanks for the feedback. FYI, I was using latest pip-available numpy 1.11.0. |
I would leave it I think, IIRC, it was quite a complex piece of |
I went ahead with the backport, #7736, the cherry-pick was clean and a lot of the changes just reformatted docstrings. |
Well, that actually didn't fix the masked array problem, but now it raises an error ;) |
Bisect shows #5706 to have the good stuff. |
The
keepdims
option is not enforced in fonctionnumpy.ma.amax
:The text was updated successfully, but these errors were encountered: