Skip to content

Commit

Permalink
default nsims
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Sep 2, 2024
1 parent 5d57855 commit 0cd54a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fireanalyticstoolbox/algorithm_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def initAlgorithm(self, config):
name=self.NSIM,
description="\nIGNITION SECTION\nNumber of simulations",
type=QgsProcessingParameterNumber.Integer,
defaultValue=2,
defaultValue=3,
optional=False,
minValue=1,
maxValue=66642069,
Expand Down

0 comments on commit 0cd54a0

Please sign in to comment.