From 81f777984115b79005108099e02ccf85aaf29540 Mon Sep 17 00:00:00 2001 From: Jan Kwakkel Date: Mon, 9 Sep 2024 08:58:56 +0200 Subject: [PATCH] Update test_solara_viz.py --- tests/test_solara_viz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_solara_viz.py b/tests/test_solara_viz.py index 798777bb5eb..9647c770bee 100644 --- a/tests/test_solara_viz.py +++ b/tests/test_solara_viz.py @@ -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(