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 81f7779 commit 72d32f4Copy full SHA for 72d32f4
benchmarks/Schelling/schelling.py
@@ -1,7 +1,7 @@
1
"""Schelling separation for performance benchmarking."""
2
3
from mesa import Model
4
-from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
+from mesa.spaces import CellAgent, OrthogonalMooreGrid
5
from mesa.time import RandomActivation
6
7
benchmarks/WolfSheep/wolf_sheep.py
@@ -10,7 +10,7 @@
10
import math
11
12
13
-from mesa.experimental.cell_space import CellAgent, OrthogonalVonNeumannGrid
+from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
14
from mesa.experimental.devs import ABMSimulator
15
16
0 commit comments