Skip to content

Commit 55d8347

Browse files
authored
Merge pull request #830 from nathanperreau/nthp_FwFmLevel3
Level3 Example
2 parents 7073860 + 0bcef09 commit 55d8347

File tree

3 files changed

+518
-629
lines changed

3 files changed

+518
-629
lines changed

aviary/examples/run_level2_example.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
prob = av.AviaryProblem()
2020

2121
# Load aircraft and options data from provided sources
22-
prob.load_inputs('models/aircraft/test_aircraft/aircraft_for_bench_FwFm.csv', phase_info)
22+
prob.load_inputs(
23+
'models/aircraft/advanced_single_aisle/advanced_single_aisle_FLOPS.csv', phase_info
24+
)
2325

2426
prob.check_and_preprocess_inputs()
2527

0 commit comments

Comments
 (0)