Skip to content

Commit 57a3f4d

Browse files
committed
fix benchmarks
1 parent faf5c08 commit 57a3f4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/Schelling/schelling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from mesa import Model
2-
from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
2+
from mesa.spaces import CellAgent, OrthogonalMooreGrid
33
from mesa.time import RandomActivation
44

55

benchmarks/WolfSheep/wolf_sheep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import math
1313

1414
from mesa import Model
15-
from mesa.experimental.cell_space import CellAgent, OrthogonalVonNeumannGrid
15+
from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
1616
from mesa.experimental.devs import ABMSimulator
1717

1818

0 commit comments

Comments
 (0)