Skip to content

Commit e4e92f4

Browse files
pre-commit-ci[bot]tpike3
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent faa1948 commit e4e92f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mesa/examples/advanced/pd_grid/model.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def __init__(
3232
if payoffs is not None:
3333
self.payoff = payoffs
3434

35-
PDAgent.create_agents(self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells)
35+
PDAgent.create_agents(
36+
self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells
37+
)
3638

3739
self.datacollector = mesa.DataCollector(
3840
{

0 commit comments

Comments
 (0)