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

Iterative Solvers return successfully when run with max_steps only #129

Merged
merged 5 commits into from
Jan 13, 2025

Conversation

Ceyron
Copy link
Contributor

@Ceyron Ceyron commented Jan 13, 2025

A simple modification in the iterative linear solvers to not throw an Equinox Error if run with only a prescribed max_steps, e.g., rtol=0.0, atol=0.0, max_steps=5.

Closes #126.

@patrick-kidger patrick-kidger merged commit 58f2a8b into patrick-kidger:main Jan 13, 2025
2 checks passed
@patrick-kidger
Copy link
Owner

LGTM -- and merged! Thank you for the improvement :)

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.

Have iterative linear solvers run for a specified number of iterations
2 participants