-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
BUG: ufunc.reduce(ndarray(dtype=object)) returns bool #8860
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
Labels
Comments
The underlying problem is that the identity of reductions has to be the same for all loop types, and so for |
eric-wieser
added a commit
to eric-wieser/numpy
that referenced
this issue
Apr 17, 2017
There didn't seem to be any value to a `assign_identity` function - all we actually care about is the value to assign. This also fixes numpy#8860 as a side-effect, and paves the way for: * easily adding more values (numpy#7702) * using the identity in more places (numpy#834)
eric-wieser
added a commit
to eric-wieser/numpy
that referenced
this issue
Oct 3, 2017
There didn't seem to be any value to a `assign_identity` function - all we actually care about is the value to assign. This also fixes numpy#8860 as a side-effect, and paves the way for: * easily adding more values (numpy#7702) * using the identity in more places (numpy#834)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is pretty weird:
It happens for array results too:
The text was updated successfully, but these errors were encountered: