Skip to content

Commit 400141c

Browse files
committed
Update config file name
1 parent b47c464 commit 400141c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def main():
188188
# Equivalent area NACA64-206
189189
ea_naca64206 = TestCase('ea_naca64206')
190190
ea_naca64206.cfg_dir = "optimization_euler/equivalentarea_naca64206"
191-
ea_naca64206.cfg_file = "NACA64206_direct.cfg"
191+
ea_naca64206.cfg_file = "NACA64206.cfg"
192192
ea_naca64206.test_iter = 10
193193
ea_naca64206.test_vals = [-1.086302, -0.391816, -0.002329, 6.7775e+04]
194194
ea_naca64206.su2_exec = "mpirun -n 2 SU2_CFD"

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main():
7878
# Equivalent area NACA64-206
7979
ea_naca64206 = TestCase('ea_naca64206')
8080
ea_naca64206.cfg_dir = "optimization_euler/equivalentarea_naca64206"
81-
ea_naca64206.cfg_file = "NACA64206_adjoint.cfg"
81+
ea_naca64206.cfg_file = "NACA64206.cfg"
8282
ea_naca64206.test_iter = 10
8383
ea_naca64206.test_vals = [2.805558, 2.096837, 2.3722e+06, 4.5048e+00]
8484
ea_naca64206.su2_exec = "mpirun -n 2 SU2_CFD_AD"

0 commit comments

Comments
 (0)