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

DOC: fix incorrect mask value when value was changed #8698

Merged
merged 2 commits into from
Feb 26, 2017
Merged

DOC: fix incorrect mask value when value was changed #8698

merged 2 commits into from
Feb 26, 2017

Conversation

eugene536
Copy link
Contributor

No description provided.

@eugene536 eugene536 changed the title fix incorrect mask value when value was changed DOC: fix incorrect mask value when value was changed Feb 26, 2017
@@ -391,7 +391,7 @@ required to avoid propagation of any modification of the mask to the original.
>>> mx[1] = -1
>>> mx
masked_array(data = [1 -1 3],
mask = [False True False],
mask = [False False False],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One of these spaces need to be removed, if we ever want this to pass doctests in future

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I've removed one

@eric-wieser eric-wieser merged commit 2a28472 into numpy:master Feb 26, 2017
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.

None yet

2 participants