Skip to content

Commit 47d68f3

Browse files
committed
CorrectRegressionTests
1 parent e70a487 commit 47d68f3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ def main():
10571057
coolprop_transportModel.cfg_dir = "nicf/coolprop"
10581058
coolprop_transportModel.cfg_file = "transportModel.cfg"
10591059
coolprop_transportModel.test_iter = 5
1060-
coolprop_transportModel.test_vals = [-4.428096, -1.314555, 4.666156, 0.000000, 0.000000]
1060+
coolprop_transportModel.test_vals = [-4.428096, -1.314553, 4.667817, 0.000000, 0.000000]
10611061
coolprop_transportModel.enabled_on_cpu_arch = ["x86_64"]
10621062
test_list.append(coolprop_transportModel)
10631063

TestCases/tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def main():
256256
tutorial_trans_e387_sa.cfg_dir = "../Tutorials/compressible_flow/Transitional_Airfoil/Langtry_and_Menter/E387"
257257
tutorial_trans_e387_sa.cfg_file = "transitional_SA_LM_model_ConfigFile.cfg"
258258
tutorial_trans_e387_sa.test_iter = 20
259-
tutorial_trans_e387_sa.test_vals = [-6.527027, -5.081541, -0.795261, 1.022607, 0.150175, 2.000000, -9.580660]
259+
tutorial_trans_e387_sa.test_vals = [-6.527027, -5.082051, -0.795021, 1.022607, 0.150175, 2.000000, -9.581277]
260260
tutorial_trans_e387_sa.no_restart = True
261261
test_list.append(tutorial_trans_e387_sa)
262262

0 commit comments

Comments
 (0)