Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

orthogonalize function is broken #113

Closed
tboggs opened this issue Jul 24, 2020 · 1 comment
Closed

orthogonalize function is broken #113

tboggs opened this issue Jul 24, 2020 · 1 comment

Comments

@tboggs
Copy link
Member

tboggs commented Jul 24, 2020

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.

@tboggs
Copy link
Member Author

tboggs commented Aug 1, 2020

Fixed by commit bff079a

@tboggs tboggs closed this as completed Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant