diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 82925d77e96..1a1eb2d2acf 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -209,7 +209,7 @@ jobs: uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536 with: # -t -c - args: -b ${{github.ref}} -t Inc_Von_Karman_Cylinder -c develop -s ${{matrix.testscript}} + args: -b ${{github.ref}} -t tut_unst_cylinder -c develop -s ${{matrix.testscript}} - name: Cleanup uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536 with: diff --git a/TestCases/tutorials.py b/TestCases/tutorials.py index 741b26670e8..a5aeacf1e61 100644 --- a/TestCases/tutorials.py +++ b/TestCases/tutorials.py @@ -93,7 +93,7 @@ def main(): # Laminar vortex shedding behind a cylinder (Re=120) von_karman_cylinder = TestCase('von_karman_cylinder') - von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman" + von_karman_cylinder.cfg_dir = "../Tutorials/incompressible_flow/Inc_Von_Karman_Cylinder" von_karman_cylinder.cfg_file = "unsteady_incomp_cylinder.cfg" von_karman_cylinder.test_iter = 10 von_karman_cylinder.test_vals = [-7.845765, -7.681042, -8.736704, -0.002581, 1.423652]