Skip to content

Commit 73e5e05

Browse files
committed
using updated testcase repo
1 parent 1a9776e commit 73e5e05

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
210210
with:
211211
# -t <Tutorials-branch> -c <Testcases-branch>
212-
args: -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}}
212+
args: -b ${{github.ref}} -t develop -c fix_cornernode -s ${{matrix.testscript}}
213213
- name: Cleanup
214214
uses: docker://ghcr.io/su2code/su2/test-su2:240320-1536
215215
with:
@@ -255,7 +255,7 @@ jobs:
255255
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
256256
with:
257257
# -t <Tutorials-branch> -c <Testcases-branch>
258-
args: -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}} -a "--tsan"
258+
args: -b ${{github.ref}} -t develop -c fix_cornernode -s ${{matrix.testscript}} -a "--tsan"
259259
- name: Cleanup
260260
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
261261
with:
@@ -300,7 +300,7 @@ jobs:
300300
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
301301
with:
302302
# -t <Tutorials-branch> -c <Testcases-branch>
303-
args: -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}} -a "--asan"
303+
args: -b ${{github.ref}} -t develop -c fix_cornernode -s ${{matrix.testscript}} -a "--asan"
304304
- name: Cleanup
305305
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306306
with:

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def main():
311311
flatplate_udobj.cfg_dir = "user_defined_functions"
312312
flatplate_udobj.cfg_file = "lam_flatplate.cfg"
313313
flatplate_udobj.test_iter = 20
314-
flatplate_udobj.test_vals = [-6.663514, -1.189436, -0.954938, 0.000644, -0.000635, 0.000549, -0.001183, 596.930000, 300.010000, 296.920000, 22.187000, 0.527090, 37.284000, 2.354200]
314+
flatplate_udobj.test_vals = [-6.660438, -1.186310, -0.956714, 0.000642, -0.000644, 0.000540, -0.001183, 596.990000, 300.060000, 296.920000, 22.236000, 0.524020, 37.284000, 2.349300]
315315
test_list.append(flatplate_udobj)
316316

317317
# Laminar cylinder (steady)
@@ -1019,7 +1019,7 @@ def main():
10191019
flatplate_unsteady.cfg_dir = "navierstokes/flatplate"
10201020
flatplate_unsteady.cfg_file = "lam_flatplate_unst.cfg"
10211021
flatplate_unsteady.test_iter = 3
1022-
flatplate_unsteady.test_vals = [-8.876870, -8.250064, -6.293918, -5.469416, -3.398952, 0.002075, -0.324126]
1022+
flatplate_unsteady.test_vals = [-8.875126, -8.250188, -6.305789, -5.469452, -3.398228, 0.002075, -0.326018]
10231023
flatplate_unsteady.unsteady = True
10241024
test_list.append(flatplate_unsteady)
10251025

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ def main():
524524
pywrapper_wavy_wall_steady.cfg_dir = "py_wrapper/wavy_wall"
525525
pywrapper_wavy_wall_steady.cfg_file = "run_steady.py"
526526
pywrapper_wavy_wall_steady.test_iter = 100
527-
pywrapper_wavy_wall_steady.test_vals = [-1.359409, 2.580816, -2.892697]
527+
pywrapper_wavy_wall_steady.test_vals = [-1.352680, 2.579322, -2.898321]
528528
pywrapper_wavy_wall_steady.command = TestCase.Command("mpirun -n 2", "python", "run_steady.py")
529529
pywrapper_wavy_wall_steady.timeout = 1600
530530
pywrapper_wavy_wall_steady.tol = 0.00001

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ def main():
16051605
pywrapper_custom_inlet.cfg_dir = "py_wrapper/custom_inlet"
16061606
pywrapper_custom_inlet.cfg_file = "lam_flatplate.cfg"
16071607
pywrapper_custom_inlet.test_iter = 20
1608-
pywrapper_custom_inlet.test_vals = [-4.120437, -1.540129, -3.563086, 1.342567, -0.748783, 0.161976, -0.012959, 0.516320, -0.529280]
1608+
pywrapper_custom_inlet.test_vals = [-4.120910, -1.540677, -3.567156, 1.342054, -0.748463, 0.161782, -0.012949, 0.516060, -0.529000]
16091609
pywrapper_custom_inlet.command = TestCase.Command(exec = "python", param = "run.py")
16101610
pywrapper_custom_inlet.timeout = 1600
16111611
pywrapper_custom_inlet.tol = 0.0001

0 commit comments

Comments
 (0)