jipolanco / BSplineKit.jl

A collection of B-spline tools in Julia
https://jipolanco.github.io/BSplineKit.jl/dev/
MIT License
50 stars 9 forks source link

Fix evaluation of some recombined bases with Float32 #84

Closed jipolanco closed 8 months ago

jipolanco commented 8 months ago

This fixes the evaluation of recombined B-spline bases respecting Natural boundary conditions when using Float32.

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ddc0cab) 95.29% compared to head (8ceb139) 95.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #84 +/- ## ========================================== - Coverage 95.29% 95.25% -0.05% ========================================== Files 35 35 Lines 2211 2213 +2 ========================================== + Hits 2107 2108 +1 - Misses 104 105 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.