Skip to content

Commit 2ebec10

Browse files
Update test_grid_polars.py
1 parent 7819c53 commit 2ebec10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/polars/test_grid_polars.py

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import pytest
44
import typeguard as tg
55

6+
7+
68
from mesa_frames import GridPolars, ModelDF
79
from tests.pandas.test_agentset_pandas import (
810
ExampleAgentSetPandas,
@@ -1859,3 +1861,5 @@ def test_torus(self, model: ModelDF, grid_moore: GridPolars):
18591861

18601862
grid_2 = GridPolars(model, [3, 3], torus=True)
18611863
assert grid_2.torus
1864+
1865+

0 commit comments

Comments
 (0)