Skip to content

Commit b70bfbd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8e9ed05 commit b70bfbd

File tree

1 file changed

+1
-1
lines changed
  • examples/hotelling_law/hotelling_law

1 file changed

+1
-1
lines changed

examples/hotelling_law/hotelling_law/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def __init__(
7676
consumer_preferences="default",
7777
environment_type="grid",
7878
mobility_rate=80,
79-
seed = None
79+
seed=None,
8080
):
8181
# Initialize the model with parameters for number of agents,
8282
# grid size, mode of operation,environment type,

0 commit comments

Comments
 (0)