We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f7b84 commit acbff93Copy full SHA for acbff93
examples/bank_reserves/batch_run.py
@@ -24,20 +24,9 @@
24
every step of every run.
25
"""
26
27
-import itertools
28
import mesa
29
import pandas as pd
30
-from bank_reserves.agents import Bank, Person
31
-from bank_reserves.model import (
32
- get_num_mid_agents,
33
- get_num_poor_agents,
34
- get_num_rich_agents,
35
- get_total_loans,
36
- get_total_money,
37
- get_total_savings,
38
- get_total_wallets,
39
- BankReservesModel,
40
-)
+from bank_reserves.model import BankReservesModel
41
42
43
def main():
examples/caching_and_replay/model.py
@@ -1,7 +1,6 @@
1
"""This file was copied over from the original Schelling mesa example."""
2
3
4
-
5
from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
6
7
0 commit comments