Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MAINT,BUG,DOC: Fix errors in _add_newdocs #13944

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 5 commits into from
Jul 9, 2019

Conversation

eric-wieser
Copy link
Member

Reapplies #13876, but without a squash merge

Will merge once CI passes, since this is exactly the same commit as in that PR

…hon 3

Avoid using `_add_newdocs` if these functions do not exist.

Leaving the version-checking here so that we can backport to 1.16
This must have been lost in the multiarray / umath merge.

Found by noticing that `add_newdocs` was being called on an object that does not exist.
`ndarray._as_parameter_` is not a real thing
This caught us trying to document members that don't exist.
@eric-wieser
Copy link
Member Author

Self-merging for the reasons mentioned above

@eric-wieser eric-wieser merged commit c920f98 into numpy:master Jul 9, 2019
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.

1 participant