8000 BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray. by charris · Pull Request #8431 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray. #8431

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 1 commit into from
Dec 31, 2016

Conversation

charris
Copy link
Member
@charris charris commented Dec 31, 2016

Backport of #8426.

Fixes issue in apply_along_axis() where func1d() returns a non ndarray

  • BUG: Fix apply_along_axis() when func1d() returns a non-ndarray

Closes issue #8419. Fixes issue in apply_along_axis() where
func1d() returns a non ndarray by calling asanyarray() on
result. This commit fixes a too long line in the test case.

…umpy#8426)

* BUG: Closes issue numpy#8419

Fixes issue in apply_along_axis() where func1d() returns a non ndarray

* BUG: Fix apply_along_axis() when func1d() returns a non-ndarray

Closes issue numpy#8419. Fixes issue in apply_along_axis() where
func1d() returns a non ndarray by calling asanyarray() on
result. This commit fixes a too long line in the test case.
@charris charris added this to the 1.12.0 release milestone Dec 31, 2016
@charris charris merged commit f1c8452 into numpy:maintenance/1.12.x Dec 31, 2016
@charris charris deleted the backport-8426 branch September 19, 2018 14:30
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.

2 participants
0