Skip to content

Commit f269773

Browse files
committed
fix file name
1 parent 2db8e75 commit f269773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def main():
424424
# Heat solver unsteady AD
425425
pywrapper_Unst_Heat_AD = TestCase('pywrapper_Unst_Heat_AD')
426426
pywrapper_Unst_Heat_AD.cfg_dir = "py_wrapper/custom_heat_flux"
427-
pywrapper_Unst_Heat_AD.cfg_file = "run_ad.cfg"
427+
pywrapper_Unst_Heat_AD.cfg_file = "run_ad.py"
428428
pywrapper_Unst_Heat_AD.test_iter = 100
429429
pywrapper_Unst_Heat_AD.test_vals = [0.776365, 0.776430, 1.000003]
430430
pywrapper_Unst_Heat_AD.command = TestCase.Command("mpirun -n 2", "python", "run_ad.py")

0 commit comments

Comments
 (0)