Skip to content

Gradients of 3D extrapolations not working. #202

Closed
@natschil

Description

@natschil

The following minimal working example fails for me very cryptically:

using Interpolations

xs = 1:10
itp = Interpolations.scale(Interpolations.interpolate(zeros(10),BSpline(Cubic(Periodic())), OnGrid()),xs)
extp = Interpolations.extrapolate(itp,Periodic())
gradient(extp,2.,2.)

I get an error beginning with

ERROR: LoadError: UndefVarError: d not defined

Do extrapolation objects support computing gradients?

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