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 8492a9c commit 2958838Copy full SHA for 2958838
benchmarks/BoltzmannWealth/boltzmann_wealth.py
@@ -38,7 +38,6 @@ def __init__(self, seed=None, n=100, width=10, height=10):
38
self.datacollector.collect(self)
39
40
def step(self):
41
- self._advance_time()
42
self.agents.shuffle().do("step")
43
# collect data
44
0 commit comments