Skip to content

Commit

Permalink
examples: Fix schelling viz (#2490)
Browse files Browse the repository at this point in the history
Fix the Schelling visualisation
  • Loading branch information
EwoutH authored Nov 11, 2024
1 parent 0b9cc1c commit ab8f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesa/examples/basic/schelling/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def agent_portrayal(agent):
"height": 20,
}

model1 = Schelling(20, 20, 0.8, 0.2, 3)
model1 = Schelling()

HappyPlot = make_plot_component({"happy": "tab:green"})

Expand Down

0 comments on commit ab8f7ab

Please sign in to comment.