Skip to content

Commit 785d246

Browse files
committed
fix tests
1 parent fdf7fd0 commit 785d246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_octree_extents(tmp_path):
3535
octree = OctreeDriver.octree_from_params(options)
3636

3737
extents = octree_extents(octree)
38-
assert np.allclose(extents, [-1112.5, 2087.5, -1112.5, 2087.5])
38+
assert np.allclose(extents, [-1112.5, 2087.5, -1112.5, 2087.5, -1062.5, 537.5])
3939

4040

4141
def test_mask_vertices_and_cells():

0 commit comments

Comments
 (0)