Skip to content

Commit

Permalink
boundaries for number of simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
SasLeo committed May 6, 2021
1 parent bc84618 commit 8e8fbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/view_simulation_module_smlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __init__(self):
"number of simulations": qtw.QSpinBox(
self,
minimum=1,
maximum=1000000,
maximum=200,
singleStep=1,
value=10
),
Expand Down

0 comments on commit 8e8fbee

Please sign in to comment.