diff --git a/mesa/examples/basic/schelling/app.py b/mesa/examples/basic/schelling/app.py index 73492fa07b6..933b3c2703d 100644 --- a/mesa/examples/basic/schelling/app.py +++ b/mesa/examples/basic/schelling/app.py @@ -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"})