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 interpolations when `BlasInt === Int32` #61

Closed jipolanco closed 1 year ago

jipolanco commented 1 year ago

Closes #58

codecov-commenter commented 1 year ago

Codecov Report

Merging #61 (5122840) into master (cf12295) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   95.71%   95.72%           
=======================================
  Files          33       33           
  Lines        1961     1963    +2     
=======================================
+ Hits         1877     1879    +2     
  Misses         84       84           
Impacted Files Coverage Δ
src/BSplineKit.jl 100.00% <100.00%> (ø)
src/Collocation/matrix.jl 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.