Skip to content

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

@mmcauliffe

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.

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