-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/add analytic test rpcholesky #822
Conversation
One of the steps in the iteration was using the non-updated version of the approximation matrix.
…q/coreax into feature/add-analytic-test-rpcholesky
The `test_reduce` method inherited from SolverTest assumes the state is invariant and so fails for RPCholesky.
Performance reviewCommit
|
Note regarding unique/not-unique testsI believe RPCholesky will always choose unique points whether or not it is forced. In fact, forcing a choice of the same point seems to lead to a division by 0 in one of the steps, hence breaking the algorithm. This is why only the unique test is implemented. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
PR Type
Description
How Has This Been Tested?
Test A:
pytest tests/unit/test_solvers.py
passes.Test B:
documentation/make html
builds the docs.Does this PR introduce a breaking change?
Not intentionally.
Checklist before requesting a review