Closed dokempf closed 2 years ago
Merging #109 (3c4d663) into main (d6a46a8) will decrease coverage by
0.61%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #109 +/- ##
==========================================
- Coverage 92.30% 91.69% -0.62%
==========================================
Files 12 12
Lines 377 337 -40
==========================================
- Hits 348 309 -39
+ Misses 29 28 -1
Flag | Coverage Δ | |
---|---|---|
cxx | 95.07% <ø> (-0.79%) |
:arrow_down: |
python | 89.23% <ø> (-0.20%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
py4dgeo/src/py4dgeo/m3c2.py | 90.32% <0.00%> (-0.35%) |
:arrow_down: |
py4dgeo/lib/kdtree.cpp | 100.00% <0.00%> (ø) |
|
py4dgeo/lib/directions.cpp | 100.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d6a46a8...3c4d663. Read the comment docs.
In the light of the new optimized cylinder search implementation this precomputation does not have a lot of benefits. At the same time, it can easily waste large amounts of memory.
This fixes #78.