Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and tpike3 committed Dec 12, 2024
1 parent faa1948 commit e4e92f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mesa/examples/advanced/pd_grid/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ def __init__(
if payoffs is not None:
self.payoff = payoffs

PDAgent.create_agents(self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells)
PDAgent.create_agents(
self, len(self.grid.all_cells.cells), cell=self.grid.all_cells.cells
)

self.datacollector = mesa.DataCollector(
{
Expand Down

0 comments on commit e4e92f4

Please sign in to comment.