Skip to content

Commit 5c78bc8

Browse files
committed
updates
1 parent e7d17f6 commit 5c78bc8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 corner_node -s ${{matrix.testscript}}
212+
args: -b ${{github.ref}} -t corner_node -c corner_node -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 corner_node -s ${{matrix.testscript}} -a "--tsan"
258+
args: -b ${{github.ref}} -t corner_node -c corner_node -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 corner_node -s ${{matrix.testscript}} -a "--asan"
303+
args: -b ${{github.ref}} -t corner_node -c corner_node -s ${{matrix.testscript}} -a "--asan"
304304
- name: Cleanup
305305
uses: docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306306
with:

TestCases/vandv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def main():
9494
sandiajet_sst.cfg_dir = "vandv/species_transport/sandia_jet"
9595
sandiajet_sst.cfg_file = "validation.cfg"
9696
sandiajet_sst.test_iter = 5
97-
sandiajet_sst.test_vals = [-8.502793, -6.169258, -6.699764, -5.115200, 1.068905, -8.492912, 5.000000, -1.727355, 5.000000, -5.233912, 5.000000, -1.959627, 0.000259, 0.000000, 0.000000, 0.000259, 4047.400000, 3946.800000, 49.161000, 51.433000]
97+
sandiajet_sst.test_vals = [-17.198747, -14.117051, -15.599971, -14.054169, -10.364040, -15.739739, 5.000000, -3.100725, 5.000000, -5.353629, 5.000000, -4.200029, 0.000258, 0.000000, 0.000000, 0.000258, 4019.500000, 3918.900000, 49.151000, 51.436000]
9898
sandiajet_sst.test_vals_aarch64 = [-17.069026, -13.156800, -15.290567, -11.689831, -9.349978, -14.907311, 5.000000, -2.738947, 5.000000, -4.813747, 5.000000, -3.981740, 0.000259, 0.000000, 0.000000, 0.000259, 4047.400000, 3946.800000, 49.161000, 51.433000]
9999
test_list.append(sandiajet_sst)
100100

0 commit comments

Comments
 (0)