From 1f2c664754aaa7c0e2cb4850bf08f0addc7c14e7 Mon Sep 17 00:00:00 2001 From: nijso beishuizen Date: Tue, 25 Feb 2025 00:29:47 -0800 Subject: [PATCH 1/2] change pointer to tutorials branch --- .github/workflows/regression.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 9042c1b391480a6217d3daa7b271845f912b5374 Mon Sep 17 00:00:00 2001 From: bigfooted Date: Tue, 25 Feb 2025 20:04:04 +0100 Subject: [PATCH 2/2] rename folder --- TestCases/tutorials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestCases/tutorials.py b/TestCases/tutorials.py index a5b5f5a2e1d..8ce832196f8 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 = [-4.640621, 1.436697, -0.707302, 208.023676]