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

The flight plan and prediction tolerance settings are inconsistent #3395

Closed
eggrobin opened this issue Jul 16, 2022 · 0 comments · Fixed by #3423
Closed

The flight plan and prediction tolerance settings are inconsistent #3395

eggrobin opened this issue Jul 16, 2022 · 0 comments · Fixed by #3423
Assignees
Labels

Comments

@eggrobin
Copy link
Member

The flight plan tolerance is in powers of 2, whereas the prediction tolerance is in powers of 10.
I suspect this is because the prediction setting was originally persisted in the C# only, so that it was convenient to save an index into an array of powers of 10, but since the flight plan setting started out persisted in the C++ as a Length, powers of 2 were easier because of the exact *= and /=.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants