-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Is there a way I can modify the values of one matrix and store it again under the same name?
In the example, I tried:
halves = np.array(m1) * 0.5
and then:
myfile['m1']=halves
But this generates an error
NodeError: group ``/data`` already has a child node named 'm1'
In the API, I don't see an option to delete a matrix. This would allow me to use the "create_matrix" function.
Metadata
Metadata
Assignees
Labels
No labels