Skip to content

Commit

Permalink
el_farol/model: Remove unnecessary height & width params (projectmesa…
Browse files Browse the repository at this point in the history
  • Loading branch information
puer-robustus authored Mar 31, 2024
1 parent cd09aba commit 5910479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/el_farol/el_farol/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def __init__(
crowd_threshold=60,
num_strategies=10,
memory_size=10,
width=100,
height=100,
N=100,
):
super().__init__()
Expand Down

0 comments on commit 5910479

Please sign in to comment.