Skip to content

Commit cbe47b2

Browse files
committed
feature: read spherical coordinates
1 parent e4e8b34 commit cbe47b2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/test_e57.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ def test_read_points():
1414
assert len(pointcloud) == 30_571
1515

1616

17-
def test_read_points_spherical():
18-
pointcloud = e57.read_points(r"testdata/pipeSpherical.e57")
19-
assert isinstance(pointcloud, np.ndarray)
20-
assert len(pointcloud) == 1_220
21-
assert pointcloud[0][0] == pytest.approx(-0.32225147)
22-
23-
2417
def test_box_dimensions():
2518
pointcloud: np.ndarray = e57.read_points(r"testdata/bunnyFloat.e57")
2619
max_coords = pointcloud.max(0, None, False, -np.inf)

0 commit comments

Comments
 (0)