Skip to content

Commit 344e939

Browse files
committed
update regression
1 parent 81a0620 commit 344e939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def main():
275275
turb_naca0012_sa.cfg_dir = "rans/naca0012"
276276
turb_naca0012_sa.cfg_file = "turb_NACA0012_sa.cfg"
277277
turb_naca0012_sa.test_iter = 5
278-
turb_naca0012_sa.test_vals = [-12.091778, -14.685322, 1.057665, 0.022971, 20.000000, -2.686203, 20.000000, -4.459916, 0]
278+
turb_naca0012_sa.test_vals = [-12.049550, -16.193702, 1.058588, 0.022984, 20.000000, -3.437275, 20.000000, -4.705227, 0.000000]
279279
turb_naca0012_sa.timeout = 3200
280280
test_list.append(turb_naca0012_sa)
281281

TestCases/vandv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def main():
7272
swbli_sa.cfg_dir = "vandv/rans/swbli"
7373
swbli_sa.cfg_file = "config_sa.cfg"
7474
swbli_sa.test_iter = 5
75-
swbli_sa.test_vals = [-11.511182, -10.750503, -11.853919, -10.320019, -14.316261, 0.002238, -1.585259, 1.276300]
76-
swbli_sa.test_vals_aarch64 = [-11.511278, -10.750583, -11.854073, -10.320108, -14.316261, 0.002238, -1.585354, 1.276300]
75+
swbli_sa.test_vals = [-11.504424, -10.941741, -12.049925, -10.586263, -16.090385, 0.002242, -1.614365, 1.340100]
76+
swbli_sa.test_vals_aarch64 = [-11.504424, -10.941741, -12.049925, -10.586263, -16.090385, 0.002242, -1.614365, 1.340100]
7777
test_list.append(swbli_sa)
7878

7979

0 commit comments

Comments
 (0)