Skip to content

Commit 8a14d4d

Browse files
author
Nicola-Fonzi
committed
Small typo in parallel regression
1 parent fbcca58 commit 8a14d4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
thermalbath_frozen.cfg_dir = "nonequilibrium/thermalbath/frozen"
6060
thermalbath_frozen.cfg_file = "thermalbath_frozen.cfg"
6161
thermalbath_frozen.test_iter = 10
62-
thermalbath_frozen.test_vals = [ -32.000000, -32.000000, -11.92359, -11.962329, -32.000000, 10.813864]
62+
thermalbath_frozen.test_vals = [ -32.000000, -32.000000, -11.92359, -11.962329, -32.000000, 10.813864]
6363
thermalbath_frozen.su2_exec = "mpirun -n 2 SU2_CFD"
6464
thermalbath_frozen.timeout = 1600
6565
thermalbath_frozen.new_output = True
@@ -1298,7 +1298,7 @@ def main():
12981298
pywrapper_rigidMotion.cfg_dir = "py_wrapper/flatPlate_rigidMotion"
12991299
pywrapper_rigidMotion.cfg_file = "flatPlate_rigidMotion_Conf.cfg"
13001300
pywrapper_rigidMotion.test_iter = 5
1301-
pywrapper_rigidMotion.test_vals = [-1.614170, 2.242953, 0.350050, 0.093137]
1301+
pywrapper_rigidMotion.test_vals = [-1.614170, 2.242953, 0.350036, 0.093137]
13021302
pywrapper_rigidMotion.su2_exec = "mpirun -np 2 python launch_flatPlate_rigidMotion.py --parallel -f"
13031303
pywrapper_rigidMotion.timeout = 1600
13041304
pywrapper_rigidMotion.tol = 0.00001

0 commit comments

Comments
 (0)