Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: New NearestNeighborsCapable interface #1294

Merged
merged 9 commits into from
Nov 5, 2023
Merged

Conversation

jlblancoc
Copy link
Member

Changed apps/libraries

  • mrpt-maps

Copy link

codecov bot commented Nov 4, 2023

Codecov Report

Merging #1294 (1b31b2e) into develop (d4f3430) will increase coverage by 0.12%.
The diff coverage is 74.19%.

❗ Current head 1b31b2e differs from pull request most recent head 54d1f84. Consider uploading reports for the commit 54d1f84 to get more accurate results

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1294      +/-   ##
===========================================
+ Coverage    40.05%   40.17%   +0.12%     
===========================================
  Files         1244     1245       +1     
  Lines       107576   107939     +363     
===========================================
+ Hits         43088    43363     +275     
- Misses       64488    64576      +88     
Files Coverage Δ
libs/maps/include/mrpt/maps/COccupancyGridMap2D.h 95.00% <ø> (ø)
libs/maps/include/mrpt/maps/COccupancyGridMap3D.h 94.11% <ø> (+5.22%) ⬆️
libs/maps/include/mrpt/maps/CPointsMap.h 47.05% <ø> (ø)
...ibs/maps/src/maps/COccupancyGridMap2D_unittest.cpp 100.00% <100.00%> (ø)
...ibs/maps/src/maps/COccupancyGridMap3D_unittest.cpp 97.67% <100.00%> (+4.34%) ⬆️
libs/math/include/mrpt/math/TPoint2D.h 70.83% <100.00%> (+1.26%) ⬆️
libs/math/include/mrpt/math/TPoint3D.h 45.71% <100.00%> (+0.78%) ⬆️
libs/opengl/src/CPointCloud.cpp 28.43% <ø> (+0.13%) ⬆️
libs/core/include/mrpt/core/bits_math.h 98.11% <91.66%> (+0.03%) ⬆️
...s/maps/include/mrpt/maps/NearestNeighborsCapable.h 50.00% <50.00%> (ø)
... and 5 more

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4f3430...54d1f84. Read the comment docs.

@jlblancoc jlblancoc merged commit 40221d1 into develop Nov 5, 2023
10 of 12 checks passed
@jlblancoc jlblancoc deleted the feature/new-nn-api branch November 30, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant