Skip to content

Commit 2553761

Browse files
committed
update diff
1 parent e6d49d5 commit 2553761

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/regression.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
212212
with:
213213
# -t <Tutorials-branch> -c <Testcases-branch>
214-
args: -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}}
214+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
215215
- name: Cleanup
216216
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
217217
with:
@@ -260,7 +260,7 @@ jobs:
260260
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
261261
with:
262262
# -t <Tutorials-branch> -c <Testcases-branch>
263-
args: -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--tapetests"
263+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tapetests"
264264
- name: Cleanup
265265
uses: docker://ghcr.io/su2code/su2/test-su2:250717-1402
266266
with:
@@ -306,7 +306,7 @@ jobs:
306306
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
307307
with:
308308
# -t <Tutorials-branch> -c <Testcases-branch>
309-
args: -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--tsan"
309+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
310310
- name: Cleanup
311311
uses: docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
312312
with:
@@ -351,7 +351,7 @@ jobs:
351351
uses: docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
352352
with:
353353
# -t <Tutorials-branch> -c <Testcases-branch>
354-
args: -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--asan"
354+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
355355
- name: Cleanup
356356
uses: docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
357357
with:
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
INDEX GRAD
2-
0 -4.570869180445024e-04
3-
1 -2.401466726069483e-04
4-
2 -9.134698219534478e-05
5-
3 -1.628086953114332e-05
6-
4 -1.741052432426715e-05
7-
5 -9.462489852612668e-05
8-
6 -2.452466275723706e-04
9-
7 -4.635483655821636e-04
2+
0 -4.570869126273463e-04
3+
1 -2.401466681907557e-04
4+
2 -9.134697929286435e-05
5+
3 -1.628086861828660e-05
6+
4 -1.741052581631559e-05
7+
5 -9.462490278520256e-05
8+
6 -2.452466349703724e-04
9+
7 -4.635483765277457e-04

0 commit comments

Comments
 (0)