We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb136b commit 01dfd00Copy full SHA for 01dfd00
tests/integration_tests/pybinds_tests/test_pybind_units.py
@@ -120,10 +120,6 @@ def test_DFPointCloud_properties(create_DFPointCloudSampleRoof):
120
assert pc.has_colors() == False, "has_colors() should return False"
121
assert pc.has_normals() == False, "has_normals() should return False"
122
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"
127
128
def test_DFPointCloud_apply_color(create_DFPointCloudSampleRoof):
129
pc = create_DFPointCloudSampleRoof
0 commit comments