Grabbing nonzero indices #145
Closed
Comments
Thanks for the tip! There is a |
Merged
As you know, the |
Awesome, thanks so much for implementing this so quickly! I'd be happy to help in the future if there are more improvements along these lines. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the preferred way to access the coordinates/indices to use something like
Is there a reason why
coo
arrays don't implementnonzero
as a method? I think this would makenp.argwhere(arr)
work as well without converting to a dense array.Huge thanks for developing this package -- it will be very useful to me.
The text was updated successfully, but these errors were encountered: