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 docstring of _median_nancheck. #18379

Merged
merged 1 commit into from
Feb 9, 2021
Merged

DOC: Fix docstring of _median_nancheck. #18379

merged 1 commit into from
Feb 9, 2021

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Feb 9, 2021

_median_nancheck doesn't support axis being anything other than an
integer (otherwise the call to moveaxis would fail). This is fine,
because median goes through _ureduce for multi-axis support.

_median_nancheck doesn't support axis being anything other than an
integer (otherwise the call to moveaxis would fail).  This is fine,
because median goes through _ureduce for multi-axis support.
@seberg
Copy link
Member

seberg commented Feb 9, 2021

Thanks @anntzer.

@seberg seberg merged commit 3823775 into numpy:master Feb 9, 2021
@anntzer anntzer deleted the mnd branch February 9, 2021 22:50
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