Skip to content

Commit 5910479

Browse files
el_farol/model: Remove unnecessary height & width params (#114)
1 parent cd09aba commit 5910479

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/el_farol/el_farol/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ def __init__(
1010
crowd_threshold=60,
1111
num_strategies=10,
1212
memory_size=10,
13-
width=100,
14-
height=100,
1513
N=100,
1614
):
1715
super().__init__()

0 commit comments

Comments
 (0)