diff --git a/src/DataInterpolations.jl b/src/DataInterpolations.jl index 659bc5aa..f318c7d3 100644 --- a/src/DataInterpolations.jl +++ b/src/DataInterpolations.jl @@ -17,7 +17,7 @@ end using LinearAlgebra, RecipesBase using PrettyTables -import FindFirstFunctions: searchsortedfirstcorrelated, bracketstrictlymontonic +import FindFirstFunctions: searchsortedfirstcorrelated, searchsortedlastcorrelated, bracketstrictlymontonic include("interpolation_caches.jl") include("interpolation_utils.jl")