You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In read_config.py, function check_config and in calc_cont.py function apply_wingspan_correction, the valid aircraft wingspan is set to be 20.0 < b < 80.0, but it should be 20.0 <= b <= 80.0 (allowing limit values).