Skip to content

Commit a2e1e60

Browse files
authored
Merge pull request #2674 from JacksonBurns/ci/minimal_surface
Patch `minimal_surface` Regression Test
2 parents c5c64e5 + 721be69 commit a2e1e60

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
id: regression-execution
168168
timeout-minutes: 60
169169
run: |
170-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat fragment RMS_constantVIdealGasReactor_fragment;
170+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation RMS_liquidSurface_ch4o2cat fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
171171
do
172172
if python-jl rmg.py test/regression/"$regr_test"/input.py; then
173173
echo "$regr_test" "Executed Successfully"
@@ -243,7 +243,7 @@ jobs:
243243
run: |
244244
exec 2> >(tee -a regression.stderr >&2) 1> >(tee -a regression.stdout)
245245
mkdir -p "test/regression-diff"
246-
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment;
246+
for regr_test in aromatics liquid_oxidation nitrogen oxidation sulfur superminimal RMS_constantVIdealGasReactor_superminimal RMS_CSTR_liquid_oxidation fragment RMS_constantVIdealGasReactor_fragment minimal_surface;
247247
do
248248
echo ""
249249
echo "### Regression test $regr_test:"

test/regression/minimal_surface/input.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
toleranceKeepInEdge=0.0,
105105
toleranceMoveToCore=1e-1,
106106
toleranceInterruptSimulation=0.1,
107-
maximumEdgeSpecies=100000,
107+
maximumEdgeSpecies=100,
108+
maxNumSpecies=10,
108109
)
109110
options(
110111
units='si',

0 commit comments

Comments
 (0)