Skip to content

BUG: Temporary fix for str(mvoid) for object field types #7659

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

Merged
merged 1 commit into from
May 23, 2016

Conversation

ahaldane
Copy link
Member

Fixes #7493, using a temporary hack, to be properly fixed later
(eg with #6053)

Printing a Masked-Void instance broke if the instance has a field of
Object dtype because assignment involving structured dtypes with objects
doesn't work. Fix is to use dtype-transfer code which avoids the bug.

Fixes numpy#7493, using a temporary hack, to be properly fixed later
(eg with numpy#6053)

Printing a Masked-Void instance broke if the instance has a field of
Object dtype because assignment involving structured dtypes with objects
doesn't work. Fix is to use dtype-transfer code which avoid the bug.
@charris charris merged commit 313a9b2 into numpy:master May 23, 2016
@charris
Copy link
Member

charris commented May 23, 2016

Thanks @ahaldane .

@ahaldane ahaldane deleted the fix_7493 branch April 25, 2017 16:07
eric-wieser added a commit to eric-wieser/numpy that referenced this pull request Sep 25, 2017
Working with 0d arrays is enough here
theodoregoetz pushed a commit to theodoregoetz/numpy that referenced this pull request Oct 23, 2017
Working with 0d arrays is enough here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in masked array indexing.
2 participants