Skip to content

Commit 5791b9d

Browse files
committed
Revert "update some of the broken regressions"
This reverts commit ed9ac1a.
1 parent ed9ac1a commit 5791b9d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ def main():
254254
axi_rans_air_nozzle.cfg_dir = "axisymmetric_rans/air_nozzle"
255255
axi_rans_air_nozzle.cfg_file = "air_nozzle.cfg"
256256
axi_rans_air_nozzle.test_iter = 10
257-
axi_rans_air_nozzle.test_vals = [-6.184339, -0.614972, -2.079831, 2.431393, -1937.300000]
258-
axi_rans_air_nozzle.test_vals_aarch64 = [-6.184339, -0.614972, -2.079831, 2.431393, -1937.300000]
257+
axi_rans_air_nozzle.test_vals = [-12.093553, -6.630383, -8.798737, -2.399130, -1938.200000]
258+
axi_rans_air_nozzle.test_vals_aarch64 = [-12.093539, -6.630357, -8.798732, -2.399130, -1938.200000]
259259
test_list.append(axi_rans_air_nozzle)
260260

261261
#################################
@@ -548,7 +548,7 @@ def main():
548548
Jones_tc_rst.cfg_dir = "turbomachinery/APU_turbocharger"
549549
Jones_tc_rst.cfg_file = "Jones_rst.cfg"
550550
Jones_tc_rst.test_iter = 5
551-
Jones_tc_rst.test_vals = [-4.965487, -2.393367, 85.827890, 2.277151]
551+
Jones_tc_rst.test_vals = [-4.625251, -1.568824, 33.995140, 10.181940]
552552
Jones_tc_rst.new_output = False
553553
test_list.append(Jones_tc_rst)
554554

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def main():
394394
axi_rans_air_nozzle.cfg_dir = "axisymmetric_rans/air_nozzle"
395395
axi_rans_air_nozzle.cfg_file = "air_nozzle.cfg"
396396
axi_rans_air_nozzle.test_iter = 10
397-
axi_rans_air_nozzle.test_vals = [-6.197796, -0.628747, -2.058263, 2.418086, -1937.000000]
397+
axi_rans_air_nozzle.test_vals = [-12.096361, -6.636587, -8.786643, -2.399099, -1938.200000]
398398
axi_rans_air_nozzle.tol = 0.0001
399399
test_list.append(axi_rans_air_nozzle)
400400

@@ -932,7 +932,7 @@ def main():
932932
Jones_tc_rst.cfg_dir = "turbomachinery/APU_turbocharger"
933933
Jones_tc_rst.cfg_file = "Jones_rst.cfg"
934934
Jones_tc_rst.test_iter = 5
935-
Jones_tc_rst.test_vals = [-4.965487, -2.393367, 85.827890, 2.277151]
935+
Jones_tc_rst.test_vals = [-4.625155, -1.568708, 33.994680, 10.181950]
936936
Jones_tc_rst.new_output = False
937937
test_list.append(Jones_tc_rst)
938938

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def main():
150150
discadj_axisymmetric_rans_nozzle.cfg_dir = "axisymmetric_rans/air_nozzle"
151151
discadj_axisymmetric_rans_nozzle.cfg_file = "air_nozzle.cfg"
152152
discadj_axisymmetric_rans_nozzle.test_iter = 10
153-
discadj_axisymmetric_rans_nozzle.test_vals = [9.525129, 5.023349, 9.475502, 2.547607, 0.0, -24613e+23]
153+
discadj_axisymmetric_rans_nozzle.test_vals = [9.524674, 5.022532, 9.430247, 2.549328, 0.0, -2.4614e+23]
154154
discadj_axisymmetric_rans_nozzle.no_restart = True
155155
test_list.append(discadj_axisymmetric_rans_nozzle)
156156

TestCases/serial_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def main():
353353
axi_rans_air_nozzle.cfg_dir = "axisymmetric_rans/air_nozzle"
354354
axi_rans_air_nozzle.cfg_file = "air_nozzle.cfg"
355355
axi_rans_air_nozzle.test_iter = 10
356-
axi_rans_air_nozzle.test_vals = [-6.201843, -0.632765, -2.034430, 2.433846, -1936.300000]
356+
axi_rans_air_nozzle.test_vals = [-12.092891, -6.630495, -8.784840, -2.399099, -1938.200000]
357357
axi_rans_air_nozzle.tol = 0.0001
358358
test_list.append(axi_rans_air_nozzle)
359359

@@ -918,7 +918,7 @@ def main():
918918
Jones_tc.cfg_dir = "turbomachinery/APU_turbocharger"
919919
Jones_tc.cfg_file = "Jones.cfg"
920920
Jones_tc.test_iter = 5
921-
Jones_tc.test_vals = [-4.965490, -2.393367, 85.827890, 2.277151] #last 4 columns
921+
Jones_tc.test_vals = [-5.279937, 0.379653, 72.211730, 1.277472] #last 4 columns
922922
Jones_tc.new_output = False
923923
test_list.append(Jones_tc)
924924

0 commit comments

Comments
 (0)