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

cannot access masked array rows with np.object dtype (Fixes #2432) #2747

Merged
merged 2 commits into from Dec 8, 2012

Commits on Nov 15, 2012

  1. Fixes numpy#2432. Rather than creating a new data array and assigning…

    … to it (which doesn't work when it is a recarray containing object fields), just create a copy with the np.array constructor.
    mdboom committed Nov 15, 2012
    Copy the full SHA
    0196aed View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2012

  1. Add a test

    mdboom committed Dec 3, 2012
    Copy the full SHA
    457b78f View commit details
    Browse the repository at this point in the history