-
-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
enhancementIndicates new feature requestsIndicates new feature requests
Description
Hi,
I found your library very useful, but I get a few questions for you. I wonder what is best way to add/delete data from the array? Also, is it possible to index a value using integer indexing?
x = sparse.COO(coords, data, shape=((3,3,3))
#Is there a way to do achieve this?
x[2,2,2] = 2 #Cannot do thisThanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementIndicates new feature requestsIndicates new feature requests