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

Refactor with rootfinding library methods #7

Merged
merged 57 commits into from
May 4, 2024
Merged

Refactor with rootfinding library methods #7

merged 57 commits into from
May 4, 2024

Conversation

rboston628
Copy link
Owner

@rboston628 rboston628 commented Sep 3, 2023

The code has individually re-written rootfinding methods all throughout it. This is not a desirable situation, and the better thing would be a single library with rootfinding methods that are all called where needed.

To do this, some careful testing is necessary, to ensure none of the routines relying on these methods accidentally break.

Testing was starting in PR #13. These changes are only to models covered by tests.

@rboston628 rboston628 changed the title Work in rootfinding library methods Refactor with rootfinding library methods Sep 3, 2023
@rboston628
Copy link
Owner Author

One issue discovered in this was with the matrix inversion, which was surprisingly not caught by the tests. Incorrect choices in the indices of the re-substitution part were causing some mode calculations to fail.

@rboston628 rboston628 mentioned this pull request Mar 24, 2024
59 tasks
@rboston628 rboston628 mentioned this pull request Apr 29, 2024
2 tasks
@rboston628 rboston628 merged commit 973deff into main May 4, 2024
6 checks passed
@rboston628 rboston628 deleted the rootfind branch May 4, 2024 14:42
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

Successfully merging this pull request may close these issues.

1 participant