-
Notifications
You must be signed in to change notification settings - Fork 16
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
Payload-Range capabilities need updating #106
Comments
Update! found the version in |
I'll fix this in my PR for off-design missions. The |
After discussing with @askprash , best path forward seems to be to add some code to the start of
This approach addresses the above bug, ensures that the original aircraft does not get accidentally edited, and prevents having to add/remove a mission from an extant model (a convenience that we may want to provide, but def not a priority). |
Updated after rediscovering the outputs.jl
PayloadRange()
:steps to bring the function to best practices:
With PayloadRange(), we can probably delete
example_PRD.jl
andPRD_input.toml
. If we somehow wanted to keep it, the following would need to be done, since it's currently broken:PRD_input.toml
to match the new max_pax nomenclature, and aircraft_type field*we should do better 😬
The text was updated successfully, but these errors were encountered: