Skip to content

rewrite matrices #7

@jdcaicedo251

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions