Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjasa committed Jan 12, 2024
1 parent 84ecbc1 commit bbbd796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aviary/interface/test/test_phase_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_phase_info_parameterization_gasp(self):

prob = AviaryProblem()

csv_path = "models/small_single_aisle/small_single_aisle_GwGm.csv")
csv_path = "models/small_single_aisle/small_single_aisle_GwGm.csv"

prob.load_inputs(csv_path, phase_info)
prob.check_and_preprocess_inputs()
Expand Down Expand Up @@ -130,7 +130,7 @@ def test_phase_info_parameterization_flops(self):

prob = AviaryProblem()

csv_path = "models/test_aircraft/aircraft_for_bench_FwFm.csv")
csv_path = "models/test_aircraft/aircraft_for_bench_FwFm.csv"

prob.load_inputs(csv_path, phase_info)
prob.check_and_preprocess_inputs()
Expand Down

0 comments on commit bbbd796

Please sign in to comment.