Skip to content
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: Do not use getdata() in np.ma.masked_invalid #22839

Merged
merged 1 commit into from Dec 20, 2022

Commits on Dec 19, 2022

  1. BUG: Do not use getdata() in np.ma.masked_invalid

    This is the minimal solution to fix numpygh-22826 with as little change
    as possible.
    We should fix `getdata()` but I don't want to do that in a bug-fix
    release really.
    
    IMO the alternative is to revert numpygh-22046 which would also revert
    the behavior noticed in numpygh-22720  (which seems less harmful though).
    
    Closes numpygh-22826
    seberg authored and charris committed Dec 19, 2022
    Copy the full SHA
    b75d897 View commit details
    Browse the repository at this point in the history