Skip to content

Bugs with Numpy #171

@tmorzade

Description

@tmorzade

Some functions no longer work because of Numpy convention
For example : np.sum(np.abs(A * Omega))
It does not return a scalar but a vector

It could be solved using np.linalg.norm(A * Omega, 1)

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