Closed AldoGl closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
564df28
) 80.22% compared to head (25ae557
) 80.23%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @vdeltatto!
Proposed changes
I fix two warnings.
The first appeared when a coordinate matrix of type float64 is passed to the Data constructor.
The second appeared as a consequence of the fact that the distance computation probably casts data to float32, and hence the correct precision to check for equal distances is the float32.