Skip to content

Commit

Permalink
fix: update sonar properties with new file names
Browse files Browse the repository at this point in the history
  • Loading branch information
rouxm-cs committed Nov 28, 2024
1 parent 39f6622 commit e5bd21a
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 411 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def epipolar_small_components(
clusters_distance_threshold,
)

projection.points_cloud_conversion_dataset(cloud, 4326)
projection.point_cloud_conversion_dataset(cloud, 4326)

return cloud

Expand Down Expand Up @@ -378,6 +378,6 @@ def epipolar_statistical_filtering(
use_median,
)

projection.points_cloud_conversion_dataset(epipolar_ds, 4326)
projection.point_cloud_conversion_dataset(epipolar_ds, 4326)

return epipolar_ds
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sonar.python.xunit.reportPath=pytest-report.xml
sonar.python.coverage.reportPaths=coverage.xml

# deactivate duplicated lines in sonarqube in some chosen files:
sonar.cpd.exclusions=cars/pipelines/**/*_pipeline.py,cars/applications/point_cloud_outliers_removing/outlier_removing_tools.py, cars/applications/grid_generation/grid_correction.py, cars/orchestrator/log_wrapper.py
sonar.cpd.exclusions=cars/pipelines/**/*_pipeline.py,cars/applications/point_cloud_outlier_removal/*, cars/applications/grid_generation/grid_correction.py, cars/orchestrator/log_wrapper.py

# Deactivate complexity rule for pipelines
sonar.issue.ignore.multicriteria=complexity1,complexity2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# limitations under the License.
#
"""
Cars tests/points_cloud_outlier_removal file
Cars tests/point_cloud_outlier_removal file
"""

import datetime
Expand Down
Binary file modified tests/data/ref_output/color_end2end_ventoux_no_elevation.tif
Binary file not shown.
Binary file modified tests/data/ref_output/color_end2end_ventoux_quality_stats.tif
Binary file not shown.
Loading

0 comments on commit e5bd21a

Please sign in to comment.