Skip to content

fixup-7790, BUG: construct ma.array from np.array which contains padding #7894

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 2 commits into from
Aug 3, 2016

Conversation

charris
Copy link
Member

@charris charris commented Aug 3, 2016

Fixup #7790.

Structured dtypes with padding bytes fail in MaskedArrays because of padding bytes in dtype.descr. Fix is to avoid using dtype.descr.

This is a followup/alternate implementation of #7788.

ahaldane and others added 2 commits August 3, 2016 12:18
Structured dtypes with padding bytes fail in MaskedArrays
because of padding bytes in `dtype.descr`.

Fix is to avoid using dtype.descr.
@ahaldane
Copy link
Member

ahaldane commented Aug 3, 2016

Thanks Chuck, sorry I didn't get to it!

@charris
Copy link
Member Author

charris commented Aug 3, 2016

No problem.

@charris charris removed this from the 1.11.2 release milestone Aug 20, 2016
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.

2 participants