Skip to content

Commit 3383a95

Browse files
committed
Update reg test values
1 parent 19267a8 commit 3383a95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def main():
564564
axial_stage2D.cfg_dir = "turbomachinery/axial_stage_2D"
565565
axial_stage2D.cfg_file = "Axial_stage2D.cfg"
566566
axial_stage2D.test_iter = 20
567-
axial_stage2D.test_vals = [1.084448, 1.526930, -2.895083, 2.607569, -2.479664, 3.063779, 106380.000000, 106380.000000, 5.733600, 64.737000]
567+
axial_stage2D.test_vals = [1.065797, 1.519589, -2.928280, 2.573904, -2.526637, 3.017140, 106370.000000, 106370.000000, 5.726800, 64.383000]
568568
test_list.append(axial_stage2D)
569569

570570
# 2D transonic stator restart

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def main():
11081108
axial_stage2D.cfg_dir = "turbomachinery/axial_stage_2D"
11091109
axial_stage2D.cfg_file = "Axial_stage2D.cfg"
11101110
axial_stage2D.test_iter = 20
1111-
axial_stage2D.test_vals = [1.084454, 1.526942, -2.895082, 2.607570, -2.479664, 3.063779, 106380.000000, 106380.000000, 5.733600, 64.737000]
1111+
axial_stage2D.test_vals = [1.065803, 1.519598, -2.928278, 2.573906, -2.526640, 3.017138, 106370.000000, 106370.000000, 5.726800, 64.383000]
11121112
test_list.append(axial_stage2D)
11131113

11141114
# 2D transonic stator restart

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def main():
875875
axial_stage2D.cfg_dir = "turbomachinery/axial_stage_2D"
876876
axial_stage2D.cfg_file = "Axial_stage2D.cfg"
877877
axial_stage2D.test_iter = 20
878-
axial_stage2D.test_vals = [1.084452, 1.526941, -2.895084, 2.607568, -2.479664, 3.063779, 106380.000000, 106380.000000, 5.733600, 64.737000]
878+
axial_stage2D.test_vals = [1.065801, 1.519596, -2.928281, 2.573903, -2.526639, 3.017139, 106370.000000, 106370.000000, 5.726800, 64.383000]
879879
test_list.append(axial_stage2D)
880880

881881
# 2D transonic stator restart

0 commit comments

Comments
 (0)