Skip to content

Commit 34f8ae7

Browse files
authored
_severely_ limit mechanism size to test if it will run
1 parent b97f3f7 commit 34f8ae7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)