Skip to content

Commit

Permalink
changed default seed
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 21, 2024
1 parent bd81749 commit 2a7a5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mess/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def sim_options(func):
"--seed",
help="Seed for pseudo random number generator",
type=int,
default=42,
default=1,
show_default=True,
),
]
Expand Down

0 comments on commit 2a7a5d8

Please sign in to comment.