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

Ability to run 2DOF-mission problem using level 2 interface without .csv #313

Closed
jkirk5 opened this issue Jun 6, 2024 · 0 comments · Fixed by #524
Closed

Ability to run 2DOF-mission problem using level 2 interface without .csv #313

jkirk5 opened this issue Jun 6, 2024 · 0 comments · Fixed by #524
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@jkirk5
Copy link
Contributor

jkirk5 commented Jun 6, 2024

Desired capability or behavior.

There is currently no way to provide initial guesses through the python interface, which prevents running 2DOF mission problems without a .csv file.

Is your feature request related to a problem? Please describe.

'load_inputs()' in methods_for_level2.py has the functionality to provide an AviaryValues object instead of a .csv. However, for 2DOF-mission problems initial guesses are strictly required, usually provided in the .csv as additional inputs. When trying to run a 2DOF-mission problem without a .csv, an error is triggered because initial guesses are defaulted to an empty dict.

Associated Bug Report

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants