jipolanco / BSplineKit.jl

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

Fix deprecated Vararg syntax #52

Closed jishnub closed 1 year ago

jishnub commented 1 year ago

The package errors currently when loaded with --depwarn=error, and this should fix the error that is indicated. There might be other deprecated code that needs fixing.

codecov-commenter commented 1 year ago

Codecov Report

Merging #52 (e1375b7) into master (92dd2df) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   95.67%   95.67%           
=======================================
  Files          33       33           
  Lines        1942     1942           
=======================================
  Hits         1858     1858           
  Misses         84       84           
Impacted Files Coverage Δ
src/Galerkin/linear.jl 97.02% <ø> (ø)

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

jipolanco commented 1 year ago

Thanks!