Skip to content

Commit

Permalink
_severely_ limit mechanism size to test if it will run
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Sep 15, 2024
1 parent 0b5f1cb commit f522d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/regression/minimal_surface/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@
toleranceKeepInEdge=0.0,
toleranceMoveToCore=1e-1,
toleranceInterruptSimulation=0.1,
maximumEdgeSpecies=100000,
maximumEdgeSpecies=100,
maxNumSpecies=10,
)
options(
units='si',
Expand Down

0 comments on commit f522d8c

Please sign in to comment.