-
Notifications
You must be signed in to change notification settings - Fork 0
Remove legacy code #129
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
base: devel
Are you sure you want to change the base?
Remove legacy code #129
Conversation
|
What is your opinion on this? Should we remove the legacy code or not? @spossann |
Remove! |
And for the unit tests comparing results with the legacy code, do we simply remove the comparisons? For example: assert xp.allclose(val1, val_legacy_1)
assert xp.allclose(val2, val_legacy_2)
assert xp.allclose(val3, val_legacy_3) |
Yes, let's see if we can come up with better tests than comparing to legacy, or if we even can remove some tests. We can have an overview from the diff once legacy (and asserts such as above) are removed. |
Is everything in |
yes |
Solves the following issue(s):
This PR deletes 30-40% of Struphy 🔥
Closes #53
Core changes:
src/struphy/eigenvalue_solvers/