Commit 6ccdc38
authored
fix(el_farol): update test to use num_agents instead of N (#391)
While checking the el_farol example in mesa-examples, I noticed the test was failing because the ElFarolBar constructor expects `num_agents`, but the test was passing `N`. This PR updates the test to use the correct parameter.1 parent 0810640 commit 6ccdc38
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments