Skip to content

Commit ac57074

Browse files
committed
Update test_solara_viz.py
1 parent 6f9748d commit ac57074

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
@@ -115,7 +115,7 @@ def test_call_space_drawer(mocker):
115115

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

0 commit comments

Comments
 (0)