Skip to content

rewrite matrices #7

Description

@jdcaicedo251

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions