Skip to content

Update interpolate to use numpy instead of deprecated scipy interp1d #228

Description

@mmcauliffe

Currently Interpolated track uses the legacy interp1d:

f = interpolate.interp1d([float(x1) for x1 in x if data[x1][o] and data[x1][o] > 0], y)
.

We should change this to use numpy.interp.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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