py4dgeo icon indicating copy to clipboard operation
py4dgeo copied to clipboard

m3c2 Implementation Returns Incorrect Distance Values in pip Install vs. Source Build

Open tabernig opened this issue 1 month ago • 2 comments

When installing py4dgeo using python -m pip install py4dgeo, the m3c2 implementation returns the same distance value for every corepoint. In contrast, when py4dgeo is built from source, each corepoint receives a unique (and correct) distance value. Notably, the uniform distance value (in the pip-installed version) is identical to the first corepoint’s distance as computed in the source build.

tabernig avatar Feb 03 '25 09:02 tabernig