Skip to content

orthogonalize function is broken #113

@tboggs

Description

@tboggs

Release 0.21 broke the orthogonalize function during cleanup of import statements. Several numpy calls need to be fixed:

  • "identity" should be changed to "np.identity"
  • "np.inv" should be changed to "np.linalg.inv"

There should also be a unit test added for the orthogonalize function.

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