Skip to content

Commit 4fb0bdf

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 53541c6 commit 4fb0bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/gh/components/DF_CAD_segmentator

src/gh/components/DF_CAD_segmentator/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ def RunScript(self,
4949
# we make a deepcopy of the input clouds
5050
df_clouds = [df_cvt_bindings.cvt_rhcloud_2_dfcloud(cloud.Duplicate()) for cloud in i_clouds]
5151
df_merged_cloud = dfb_geometry.DFPointCloud()
52-
df_merged_cloud.remove_statistical_outliers(100, 1.5)
5352
for pc in df_clouds:
5453
df_merged_cloud.add_points(pc)
54+
df_merged_cloud.remove_statistical_outliers(100, 1.5)
5555

5656
df_beams = i_assembly.beams
5757

0 commit comments

Comments
 (0)