Skip to content

Commit

Permalink
Update MoneyModel.py (projectmesa#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel authored Nov 5, 2024
1 parent e9c0530 commit 87d937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/MoneyModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def step(self):
class MoneyModel(mesa.Model):
"""A model with some number of agents."""

def __init__(self, n, width, height, seed=None):
def __init__(self, n=10, width=10, height=10, seed=None):
"""Initialize a MoneyModel instance.
Args:
Expand Down

0 comments on commit 87d937e

Please sign in to comment.