Skip to content

Commit

Permalink
Update test_solara_viz.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Sep 18, 2024
1 parent 6e53612 commit 81f7779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_solara_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_call_space_drawer(mocker): # noqa: D103

# check voronoi space drawer
voronoi_model = mesa.Model()
voronoi_model.grid = mesa.experimental.cell_space.VoronoiGrid(
voronoi_model.grid = mesa.spaces.VoronoiGrid(
centroids_coordinates=[(0, 1), (0, 0), (1, 0)],
)
solara.render(
Expand Down

0 comments on commit 81f7779

Please sign in to comment.