Closed jvshields closed 1 month ago
Scipy's linear1d interpolator is deprecated, so we're using numpy's instead. This also has the benefit of fixing an out of bounds error that sometimes came up to use the behavior we want of fill values being the first and last entry.
Scipy's linear1d interpolator is deprecated, so we're using numpy's instead. This also has the benefit of fixing an out of bounds error that sometimes came up to use the behavior we want of fill values being the first and last entry.