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

Bound the proposed integrator steps #378

Merged
merged 3 commits into from
Nov 18, 2024
Merged

Bound the proposed integrator steps #378

merged 3 commits into from
Nov 18, 2024

Conversation

ChristopherRabotin
Copy link
Member

@ChristopherRabotin ChristopherRabotin commented Nov 18, 2024

Summary

The minimum step check was sometimes bypassed when updating the step size for the next integration cycle. This could cause the minimum integration step size to be zero, thereby hanging forever. This PR also prevents NaN from showing up in the solution of an integration by stopping the integration and recommending solutions.

This PR fixes #377 where this bug was identified. Thanks @gregjesl !

Architectural Changes

No change

New Features

No change

Improvements

Propagation reporting now shows the current step size as well.

Bug Fixes

Integrator steps are now always within integrator option bounds.

Testing and validation

No changes to the test themselves, but I tested the fix on the code from the bug report.

Documentation

This PR does not primarily deal with documentation changes.

Copy link

github-actions bot commented Nov 18, 2024

Visit the preview URL for this PR (updated for commit 96b29b3):

https://nyx-rustdoc--pr378-fix-gh-377-onz4tr30.web.app

(expires Mon, 25 Nov 2024 07:21:58 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: d8e2a55934352d850c15d11866c39eb2d2e029be

@ChristopherRabotin ChristopherRabotin merged commit 37b179d into master Nov 18, 2024
6 checks passed
@ChristopherRabotin ChristopherRabotin deleted the fix/gh-377 branch November 18, 2024 14:32
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.

Propagation loop never exits for some orbits
1 participant