Skip to content

Commit 4c1dce4

Browse files
committed
regression
1 parent 1b43468 commit 4c1dce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestCases/tutorials.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main():
116116
kenics_mixer_tutorial.cfg_dir = "../Tutorials/incompressible_flow/Inc_Species_Transport_Composition_Dependent_Model"
117117
kenics_mixer_tutorial.cfg_file = "kenics_mixer_tutorial.cfg"
118118
kenics_mixer_tutorial.test_iter = 10
119-
kenics_mixer_tutorial.test_vals = [-7.489796, -6.823473, -6.838032, -5.157793, -7.911512, -3.166212, -7.447901, 5.000000, -1.862212, 4.000000, -5.131048, 3.000000, -6.380193, 0.025472, 0.000000, 0.025472, 0.000000, 64.105000, 8.479200, 48.099000, 7.526700]
119+
kenics_mixer_tutorial.test_vals = [-7.490002, -6.823162, -6.837602, -5.156401, -7.928720, -3.089782, -7.447883, 5.000000, -1.863052, 4.000000, -5.174773, 3.000000, -6.382946, 0.025471, 0.000000, 0.025471, 0.000000, 64.126000, 8.479400, 48.120000, 7.526800]
120120
kenics_mixer_tutorial.command = TestCase.Command("mpirun -n 2", "SU2_CFD")
121121
test_list.append(kenics_mixer_tutorial)
122122

@@ -254,7 +254,7 @@ def main():
254254
tutorial_nicfd_nozzle.cfg_dir = "../Tutorials/compressible_flow/NICFD_nozzle"
255255
tutorial_nicfd_nozzle.cfg_file = "NICFD_nozzle.cfg"
256256
tutorial_nicfd_nozzle.test_iter = 20
257-
tutorial_nicfd_nozzle.test_vals = [-2.056675, -2.124123, 3.687027, 0.000000, 0.000000]
257+
tutorial_nicfd_nozzle.test_vals = [-2.056675, -2.124123, 3.687857, 0.000000, 0.000000]
258258
tutorial_nicfd_nozzle.no_restart = True
259259
test_list.append(tutorial_nicfd_nozzle)
260260

0 commit comments

Comments
 (0)