JuliaMath / Interpolations.jl

Fast, continuous interpolation of discrete datasets in Julia
http://juliamath.github.io/Interpolations.jl/
Other
533 stars 109 forks source link

Try to fix warning #521

Closed jeremiahpslewis closed 2 years ago

jeremiahpslewis commented 2 years ago

I get the following warning when loading the library, think this PR should fix it.

WARNING: method definition for interpolate! at /Users/jpslewis/.julia/packages/Interpolations/L7A07/src/deprecations.jl:30 declares type variable TWeights but does not use it.
codecov[bot] commented 2 years ago

Codecov Report

Base: 87.10% // Head: 87.10% // No change to project coverage :thumbsup:

Coverage data is based on head (a8b0946) compared to base (d38ae2e). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #521 +/- ## ======================================= Coverage 87.10% 87.10% ======================================= Files 28 28 Lines 1846 1846 ======================================= Hits 1608 1608 Misses 238 238 ``` | [Impacted Files](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/521?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath) | Coverage Δ | | |---|---|---| | [src/deprecations.jl](https://codecov.io/gh/JuliaMath/Interpolations.jl/pull/521/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath#diff-c3JjL2RlcHJlY2F0aW9ucy5qbA==) | `2.56% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaMath)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.