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

[FIX] Include linear interpolation (#829) #839

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

araikes
Copy link
Contributor

@araikes araikes commented Oct 31, 2024

Add "Linear" into _ChooseInterpolatorOutputSpec

Changes proposed in this pull request

Fixes the missing "Linear" interpolator option. Current behavior is to use linear interpolation when upsampling but the output spec lacks "Linear" as a possible value. Retains BSpline as an option as this may be used in the future and having it as an output spec option doesn't impact anything.

Fixes #829.

Documentation that should be reviewed

Add "Linear" into _ChooseInterpolatorOutputSpec
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.13%. Comparing base (551bacd) to head (fa463b6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #839   +/-   ##
=======================================
  Coverage   28.13%   28.13%           
=======================================
  Files          69       69           
  Lines       10080    10080           
  Branches     1106     1106           
=======================================
  Hits         2836     2836           
  Misses       7146     7146           
  Partials       98       98           

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

Fix whitespace
Fix line length and whitespace.
Making black happy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants