Closed araikes closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 28.13%. Comparing base (
551bacd
) to head (fa463b6
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
It looks like @mattcieslak added that interpolator in #832, so I'm going to close this.
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