3dgeo-heidelberg / py4dgeo

py4dgeo - A Python library for change analysis in 4D point clouds
https://py4dgeo.readthedocs.io
MIT License
76 stars 12 forks source link

Use parameter structs to allow backwards compatible signature extensions #115

Closed dokempf closed 2 years ago

dokempf commented 2 years ago

This fixes #90.

codecov[bot] commented 2 years ago

Codecov Report

Merging #115 (4a05603) into main (d84269e) will increase coverage by 0.18%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   89.43%   89.62%   +0.18%     
==========================================
  Files          13       13              
  Lines         388      395       +7     
==========================================
+ Hits          347      354       +7     
  Misses         41       41              
Flag Coverage Δ
cxx 89.47% <ø> (+0.38%) :arrow_up:
python 89.73% <ø> (+0.04%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
py4dgeo/lib/distances.cpp 100.00% <0.00%> (ø)
py4dgeo/include/py4dgeo/openmp.hpp 25.00% <0.00%> (ø)
py4dgeo/include/py4dgeo/compute.hpp 100.00% <0.00%> (ø)
py4dgeo/src/py4dgeo/fallback.py 97.36% <0.00%> (+0.07%) :arrow_up:

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 d84269e...4a05603. Read the comment docs.