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

AltitudeConstraint: Adjust max_best_rescale() to prevent unexpected output #551

Merged
merged 2 commits into from
Jul 27, 2023

Commits on May 29, 2023

  1. AltitudeConstraint: Adjust max_best_rescale() to prevent unexpected o…

    …utput
    
    In previous versions, when setting the max parameter for altitude, max_best_rescale() would return 1.0
    if the altitude exceeded the maximum limit. This behavior was unexpected.
    
    To rectify this, the greater_than_max argument in max_best_rescale() has been set to 0.
    This adjustment ensures that the output aligns with expectations when the altitude
    surpasses the specified maximum constraint.
    michaelbaisch committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e40dd19 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    e598f44 View commit details
    Browse the repository at this point in the history