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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: