-
Notifications
You must be signed in to change notification settings - Fork 113
Closed
Description
I'm getting an error message from a call to hessian
, though I think I've set everything up correctly. This happens with both the latest released version of Interpolations.jl as well as master.
julia> A = randn(10,10);
julia> itp = interpolate(A, BSpline(Cubic(Line())), OnGrid());
julia> hessian(itp, 5., 5.,)
ERROR: UndefVarError: TH not defined
Stacktrace:
[1] hessian(::Interpolations.BSplineInterpolation{Float64,2,Array{Float64,2},Interpolations.BSpline{Interpolations.Cubic{Interpolations.Line}},Interpolations.OnGrid,1}, ::Float64, ::Float64) at /home/jeff/.julia/v0.6/Interpolations/src/b-splines/indexing.jl:160
Metadata
Metadata
Assignees
Labels
No labels