Skip to content

Commit b168d38

Browse files
author
CatarinaGarbacz
committed
update parallel regression residuals
1 parent 8a49e82 commit b168d38

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
thermalbath.cfg_dir = "nonequilibrium/thermalbath/finitechemistry"
4848
thermalbath.cfg_file = "thermalbath.cfg"
4949
thermalbath.test_iter = 10
50-
thermalbath.test_vals = [2.473627, 2.473627, -11.989166, -11.879331, -32.000000, 10.804939]
50+
thermalbath.test_vals = [2.473627, 2.473627, -11.989166, -11.879331, -32.000000, 10.804939]
5151
thermalbath.su2_exec = "mpirun -n 2 SU2_CFD"
5252
thermalbath.timeout = 1600
5353
thermalbath.new_output = True
@@ -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.923595, -11.962329, -32.000000, 10.813864]
62+
thermalbath_frozen.test_vals = [ -32.000000, -32.000000, -11.923595, -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
@@ -71,7 +71,7 @@ def main():
7171
invwedge.cfg_dir = "nonequilibrium/invwedge"
7272
invwedge.cfg_file = "invwedge.cfg"
7373
invwedge.test_iter = 10
74-
invwedge.test_vals = [ -0.954130, -1.478893, -16.737310, -17.063693, -17.010416, 2.374072, 1.733626, 5.401966, 0.955538]
74+
invwedge.test_vals = [ 0.768622, 0.243859, -14.551137, -14.860188, -14.824243, 4.103449, 3.169655, 7.121101, 2.683343]
7575
invwedge.su2_exec = "mpirun -n 2 SU2_CFD"
7676
invwedge.timeout = 1600
7777
invwedge.new_output = True
@@ -83,7 +83,7 @@ def main():
8383
viscwedge.cfg_dir = "nonequilibrium/viscwedge"
8484
viscwedge.cfg_file = "viscwedge.cfg"
8585
viscwedge.test_iter = 10
86-
viscwedge.test_vals = [-5.267324, -5.792087, -20.236749, -20.204632, -20.221054, -1.780516, -2.208251, 1.723062, -2.871713]
86+
viscwedge.test_vals = [-5.267324, -5.792087, -20.236749, -20.204632, -20.221054, -1.780516, -2.208251, 1.723062, -2.871713]
8787
viscwedge.su2_exec = "mpirun -n 2 SU2_CFD"
8888
viscwedge.timeout = 1600
8989
viscwedge.new_output = False

0 commit comments

Comments
 (0)