Skip to content

Commit

Permalink
fixup! refactor: interpolation with higher dim arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Oct 19, 2024
1 parent bae3edc commit ef3eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interpolation_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ end
function QuadraticSpline(
u::uType, t; extrapolate = false, cache_parameters = false,
assume_linear_t = 1e-2) where {uType <:
AbstractArray{T, N}} where {T, N}
AbstractArray}
u, t = munge_data(u, t)
linear_lookup = seems_linear(assume_linear_t, t)
s = length(t)
Expand Down

0 comments on commit ef3eb39

Please sign in to comment.