Xun Jiang
Xun Jiang
What about options in components?
Should those `_SCALER` variables be defaulted to 1.0?
Some GASP variables have similar behaviors.
We have `aircraft_for_bench_GwGm.csv`, `aircraft_for_bench_FwFm.csv`, etc. in `models/test_aircraft` folder. Do you mean that they will be renamed?
This is being implemented in PR #686.
The file name `generic_BWB_phase_info.py` should be changed to include `2dof` because we might need another `phase_info` file for FLOPS based models.
Are there user docs to be updated?
`small_single_aisle` is a folder name. That's why you get `Permission denied` error. You need to use a .csv file name instead. For example, `aviary run_mission small_single_aisle_GwGm.csv`. In this case, there...
This command `aviary run_mission small_single_aisle` is not supposed to work because it is a folder name, not a .csv file name. The command `aviary run_mission small_single_aisle_GASP.csv` works for me on...
I did see this warning before. I just tried to run `aviary run_mission small_single_aisle_GwGm.csv` and `python test_bench_FwFm.py`. I didn't see it. Can you give a case when you see this...