Closed DanielVandH closed 1 year ago
Patch coverage: 78.57%
and project coverage change: -0.05%
:warning:
Comparison is base (
51e9deb
) 93.49% compared to head (aa99da3
) 93.44%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
set_point!
was fixed by just changing the general vector methods, and specialising theVector
case.The
Float32
examples were fixed by just changing how thetriangle_area
is computed: The original formula is used, and then if it is not positive try another accurate formula. Moreover, we now convert toFloat64
to that onlyFloat64
are used in these computations. This fixes #72. Will need to address #73 soon.