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 faf5c08 commit 57a3f4dCopy full SHA for 57a3f4d
benchmarks/Schelling/schelling.py
@@ -1,5 +1,5 @@
1
from mesa import Model
2
-from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
+from mesa.spaces import CellAgent, OrthogonalMooreGrid
3
from mesa.time import RandomActivation
4
5
benchmarks/WolfSheep/wolf_sheep.py
@@ -12,7 +12,7 @@
12
import math
13
14
15
-from mesa.experimental.cell_space import CellAgent, OrthogonalVonNeumannGrid
+from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
16
from mesa.experimental.devs import ABMSimulator
17
18
0 commit comments