Skip to content

Commit 01dfd00

Browse files
UPDATE-FIX: remove python test of ad_points() as it was moved into another PR
1 parent 3fb136b commit 01dfd00

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/integration_tests/pybinds_tests/test_pybind_units.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,6 @@ def test_DFPointCloud_properties(create_DFPointCloudSampleRoof):
120120
assert pc.has_colors() == False, "has_colors() should return False"
121121
assert pc.has_normals() == False, "has_normals() should return False"
122122

123-
def test_DFPointCloud_add_points(create_two_DFPointCloudSphere):
124-
sphere_1, sphere_2 = create_two_DFPointCloudSphere
125-
sphere_1.add_points(sphere_2)
126-
assert sphere_1.points.__len__() == 10050, "two pointclouds of 5025 pts combined into one should have 10050 pts"
127123

128124
def test_DFPointCloud_apply_color(create_DFPointCloudSampleRoof):
129125
pc = create_DFPointCloudSampleRoof

0 commit comments

Comments
 (0)