Skip to content

ERROR: UndefVarError: TH not defined #180

@jeff-regier

Description

@jeff-regier

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions