Skip to content

np.ma.masked_array(x, copy=False) never returns x by identity #8679

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

Open
eric-wieser opened this issue Feb 23, 2017 · 0 comments
Open

np.ma.masked_array(x, copy=False) never returns x by identity #8679

eric-wieser opened this issue Feb 23, 2017 · 0 comments

Comments

@eric-wieser
Copy link
Member

Unlike np.array(x, copy=False), which does. Follow up from #8666.

Fixes to this bug should probably remove the special casing from np.ma.asanyarray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant