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: Fix slicing error revealed by numpy 1.9.0. #1052

Merged
merged 1 commit into from
Jul 5, 2014

Conversation

charris
Copy link
Contributor

@charris charris commented Jul 5, 2014

Numpy 1.9.0 no longer allows oversize data to be assigned to a
boolean indexed 1-d array by discarding excess elements.

Closes #1050.

Numpy 1.9.0 no longer allows oversize data to be assigned to a
boolean indexed 1-d array by discarding excess elements.

Closes scikit-image#1050.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 7a074d5 on charris:numpy-1.9.0-fix into 6887f2c on scikit-image:master.

jni added a commit that referenced this pull request Jul 5, 2014
BUG: Fix slicing error revealed by numpy 1.9.0.
@jni jni merged commit 1c27a97 into scikit-image:master Jul 5, 2014
@jni
Copy link
Member

jni commented Jul 5, 2014

Thanks @charris!!!

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

Successfully merging this pull request may close these issues.

Error revealed by numpy 1.9.0r1
3 participants