Skip to content

Commit d7b8ee7

Browse files
committed
regression update
1 parent 761c4b0 commit d7b8ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestCases/serial_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def main():
284284
turb_naca0012_sst.cfg_dir = "rans/naca0012"
285285
turb_naca0012_sst.cfg_file = "turb_NACA0012_sst.cfg"
286286
turb_naca0012_sst.test_iter = 10
287-
turb_naca0012_sst.test_vals = [-12.107132, -15.277740, -6.210248, 1.049757, 0.019249, -3.173936, 0]
287+
turb_naca0012_sst.test_vals = [-8.507630, -10.746643, -4.514387, 1.047906, 0.019158, -1.724758, 0.000000]
288288
turb_naca0012_sst.test_vals_aarch64 = [-12.107132, -15.277740, -6.210248, 1.049757, 0.019249, -3.173936, 0]
289289
turb_naca0012_sst.timeout = 3200
290290
test_list.append(turb_naca0012_sst)
@@ -1534,7 +1534,7 @@ def main():
15341534
pywrapper_square_cylinder.cfg_dir = "unsteady/square_cylinder"
15351535
pywrapper_square_cylinder.cfg_file = "turb_square.cfg"
15361536
pywrapper_square_cylinder.test_iter = 3
1537-
pywrapper_square_cylinder.test_vals = [-2.560840, -1.173495, 0.061186, 1.399403, 2.220585, 1.399351, 2.218790, 0]
1537+
pywrapper_square_cylinder.test_vals = [-2.560840, -1.173495, 0.061334, 1.399403, 2.220585, 1.399351, 2.218790, 0.000000]
15381538
pywrapper_square_cylinder.command = TestCase.Command(exec = "SU2_CFD.py", param = "-f")
15391539
pywrapper_square_cylinder.timeout = 1600
15401540
pywrapper_square_cylinder.tol = 0.00001

0 commit comments

Comments
 (0)