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 e6c5900 commit f4b9156Copy full SHA for f4b9156
examples/schelling/model.py
@@ -11,7 +11,6 @@ def __init__(self, model, agent_type):
11
Create a new Schelling agent.
12
13
Args:
14
- x, y: Agent initial location.
15
agent_type: Indicator for the agent's type (minority=1, majority=0)
16
"""
17
super().__init__(model)
0 commit comments