Skip to content

Commit 878671d

Browse files
authored
Apply suggestions from code review
1 parent 3701aaa commit 878671d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
uses: docker://su2code/test-su2:20200303
9393
with:
9494
# -t <Tutorials-branch> -c <Testcases-branch>
95-
args: -b ${{github.ref}} -t sa_options -c develop -s ${{matrix.testscript}}
95+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
9696
unit_tests:
9797
runs-on: ubuntu-latest
9898
name: Unit Tests

config_template.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ KIND_TURB_MODEL= NONE
2424
% Specify versions/corrections of the SST model (V2003m, V1994m, VORTICITY, KATO_LAUNDER, UQ, SUSTAINING)
2525
SST_OPTIONS= NONE
2626
%
27-
% Specify versions/corrections of the SA model (NEGATIVE, EDWARDS, FT2, QCR2000, COMPRESSIBILITY, ROTATION, BCM)
27+
% Specify versions/corrections of the SA model (NEGATIVE, EDWARDS, WITHFT2, QCR2000, COMPRESSIBILITY, ROTATION, BCM, EXPERIMENTAL)
2828
SA_OPTIONS= NONE
2929
%
3030
% Transition model (NONE, LM)

0 commit comments

Comments
 (0)