Skip to content

Commit 72d32f4

Browse files
committed
fix benchmarks
1 parent 81f7779 commit 72d32f4

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,7 +1,7 @@
11
"""Schelling separation for performance benchmarking."""
22

33
from mesa import Model
4-
from mesa.experimental.cell_space import CellAgent, OrthogonalMooreGrid
4+
from mesa.spaces import CellAgent, OrthogonalMooreGrid
55
from mesa.time import RandomActivation
66

77

benchmarks/WolfSheep/wolf_sheep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import math
1111

1212
from mesa import Model
13-
from mesa.experimental.cell_space import CellAgent, OrthogonalVonNeumannGrid
13+
from mesa.spaces import CellAgent, OrthogonalVonNeumannGrid
1414
from mesa.experimental.devs import ABMSimulator
1515

1616

0 commit comments

Comments
 (0)