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
Reduce operations raise error for negative axis values #117
Labels
Comments
@nils-werner Are you interested in fixing this? It's trivial. You just need to flip the axes to be positive near the top of |
Yeah, I can do that. |
nils-werner
added a commit
to nils-werner/sparse
that referenced
this issue
Mar 2, 2018
nils-werner
added a commit
to nils-werner/sparse
that referenced
this issue
Mar 2, 2018
nils-werner
added a commit
to nils-werner/sparse
that referenced
this issue
Apr 5, 2018
hameerabbasi
pushed a commit
to hameerabbasi/sparse
that referenced
this issue
Apr 10, 2018
hameerabbasi
pushed a commit
to hameerabbasi/sparse
that referenced
this issue
Apr 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reduce operations like
.sum()
,.prod()
etc. raise exceptions when you pass a negativeaxis
value:The traceback I get:
The text was updated successfully, but these errors were encountered: