Skip to content

Commit 3aaf175

Browse files
author
Nicola-Fonzi
committed
Fixed regression values after PR#1199
1 parent a657908 commit 3aaf175

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
@@ -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.350036, 0.093137]
1301+
pywrapper_rigidMotion.test_vals = [-1.551335, 2.295594, 0.350036, 0.093081]
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

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ def main():
18771877
pywrapper_rigidMotion.cfg_dir = "py_wrapper/flatPlate_rigidMotion"
18781878
pywrapper_rigidMotion.cfg_file = "flatPlate_rigidMotion_Conf.cfg"
18791879
pywrapper_rigidMotion.test_iter = 5
1880-
pywrapper_rigidMotion.test_vals = [-1.614170, 2.242953, 0.350050, 0.093137]
1880+
pywrapper_rigidMotion.test_vals = [-1.551335, 2.295594, 0.350050, 0.093081]
18811881
pywrapper_rigidMotion.su2_exec = "python launch_flatPlate_rigidMotion.py -f"
18821882
pywrapper_rigidMotion.new_output = True
18831883
pywrapper_rigidMotion.timeout = 1600

0 commit comments

Comments
 (0)