We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf7fd0 commit 785d246Copy full SHA for 785d246
1 file changed
tests/utils_test.py
@@ -35,7 +35,7 @@ def test_octree_extents(tmp_path):
35
octree = OctreeDriver.octree_from_params(options)
36
37
extents = octree_extents(octree)
38
- assert np.allclose(extents, [-1112.5, 2087.5, -1112.5, 2087.5])
+ assert np.allclose(extents, [-1112.5, 2087.5, -1112.5, 2087.5, -1062.5, 537.5])
39
40
41
def test_mask_vertices_and_cells():
0 commit comments