Skip to content

Commit f2f26f3

Browse files
authored
further constrain the surface test to avoid memory limitations
1 parent 29b63e1 commit f2f26f3

File tree

1 file changed

+2
-2
lines changed
  • test/regression/RMS_liquidSurface_ch4o2cat

1 file changed

+2
-2
lines changed

test/regression/RMS_liquidSurface_ch4o2cat/input.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@
7575
toleranceMoveToCore=0.01,
7676
toleranceKeepInEdge=0.001,
7777
toleranceInterruptSimulation=1e8,
78-
maximumEdgeSpecies=10000,
78+
maximumEdgeSpecies=100,
7979
minCoreSizeForPrune=10,
8080
minSpeciesExistIterationsForPrune=2,
8181
maxNumObjsPerIter=3,
82-
maxNumSpecies=35,
82+
maxNumSpecies=10,
8383
)
8484

8585
options(

0 commit comments

Comments
 (0)