Skip to content

Commit 81f7779

Browse files
committed
Update test_solara_viz.py
1 parent 6e53612 commit 81f7779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_solara_viz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_call_space_drawer(mocker): # noqa: D103
116116

117117
# check voronoi space drawer
118118
voronoi_model = mesa.Model()
119-
voronoi_model.grid = mesa.experimental.cell_space.VoronoiGrid(
119+
voronoi_model.grid = mesa.spaces.VoronoiGrid(
120120
centroids_coordinates=[(0, 1), (0, 0), (1, 0)],
121121
)
122122
solara.render(

0 commit comments

Comments
 (0)