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

Use for/else loop in fixed_point_iteration methods #60

Merged
merged 2 commits into from
Oct 26, 2023
Merged

Conversation

jwallwork23
Copy link
Member

Closes #59.

This is a minor refactoring but I thought it was a pretty neat way to treat the case where we hit the maximum number of iterations.

@jwallwork23 jwallwork23 added the refactor A suggested reworking of the code label Sep 22, 2023
@jwallwork23 jwallwork23 added this to the Version 1 milestone Sep 22, 2023
@jwallwork23 jwallwork23 self-assigned this Sep 22, 2023
@jwallwork23 jwallwork23 merged commit d9ddc0b into main Oct 26, 2023
1 check passed
@jwallwork23 jwallwork23 deleted the 59_for_else branch October 26, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A suggested reworking of the code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use for/else loop
1 participant