Skip to content

Commit 89d410c

Browse files
committed
update regtest values
1 parent f844493 commit 89d410c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,8 @@ def main():
578578
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
579579
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
580580
transonic_stator_restart.test_iter = 20
581-
transonic_stator_restart.test_vals = [-5.007735, -3.099310, -2.751696, 1.091966, -3.542819, 2.163237, -471630, 94.866, -0.0035806]
582-
transonic_stator_restart.test_vals_aarch64 = [-5.007735, -3.099310, -2.751696, 1.091966, -3.542819, 2.163237, -471630, 94.866, -0.0035806]
581+
transonic_stator_restart.test_vals = [-5.007735, -3.099310, -2.751696, 1.091966, -3.542819, 2.163237, -471630, 94.866, -0.035738]
582+
transonic_stator_restart.test_vals_aarch64 = [-5.007735, -3.099310, -2.751696, 1.091966, -3.542819, 2.163237, -471630, 94.866, -0.035738]
583583
test_list.append(transonic_stator_restart)
584584

585585
######################################

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ def main():
10661066
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
10671067
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
10681068
transonic_stator_restart.test_iter = 20
1069-
transonic_stator_restart.test_vals = [-5.011834, -3.091110, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.866, -0.0035806]
1070-
transonic_stator_restart.test_vals_aarch64 = [-5.011834, -3.091110, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.866, -0.0035806]
1069+
transonic_stator_restart.test_vals = [-5.011834, -3.091110, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.868, -0.0035888]
1070+
transonic_stator_restart.test_vals_aarch64 = [-5.011834, -3.091110, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.868, -0.0035888]
10711071
test_list.append(transonic_stator_restart)
10721072

10731073
######################################

TestCases/serial_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,8 +874,8 @@ def main():
874874
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
875875
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
876876
transonic_stator_restart.test_iter = 20
877-
transonic_stator_restart.test_vals = [-5.008547, -3.102420, -2.752033, 1.091152, -3.543849, 2.169844, -471630, 94.866, -0.0035806]
878-
transonic_stator_restart.test_vals_aarch64 = [-5.008547, -3.102420, -2.752033, 1.091152, -3.543849, 2.169844, -471630, 94.866, -0.0035806]
877+
transonic_stator_restart.test_vals = [-5.008547, -3.102420, -2.752033, 1.091152, -3.543849, 2.169844, -471630, 94.866, -0.035806]
878+
transonic_stator_restart.test_vals_aarch64 = [-5.008547, -3.102420, -2.752033, 1.091152, -3.543849, 2.169844, -471630, 94.866, -0.035806]
879879
test_list.append(transonic_stator_restart)
880880

881881

0 commit comments

Comments
 (0)