Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated LinearInterpolation #57

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

Infinite-Improbability
Copy link
Contributor

A very simple fix to switch to the newer Interpolations.jl constructor.

While deprecated functions can cause performance penalties that doesn't appear to be the case here so the primary advantage is suppressing the warning message.

A very simple fix to switch to the newer Interpolations.jl constructor.

While deprecated functions can cause performance penalties that doesn't
appear to be the case here so the primary advantage is suppressing the
warning message.
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (d9129a1) 70.61% compared to head (3a46df5) 70.61%.
Report is 2 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   70.61%   70.61%           
=======================================
  Files          34       34           
  Lines        1664     1664           
=======================================
  Hits         1175     1175           
  Misses        489      489           
Files Changed Coverage Δ
src/julia-models/multiplicative.jl 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fjebaker fjebaker merged commit 509abbe into fjebaker:main Sep 13, 2023
1 check passed
@fjebaker
Copy link
Owner

Thank you @Infinite-Improbability!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants