-
-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Description
Is the preferred way to access the coordinates/indices to use something like
i, j, k = arr.coords # for a 3d array
Is there a reason why coo arrays don't implement nonzero as a method? I think this would make np.argwhere(arr) work as well without converting to a dense array.
Huge thanks for developing this package -- it will be very useful to me.
Metadata
Metadata
Assignees
Labels
No labels