Skip to content

[amss] remove interpolation and replace np.interp #227

@mmcky

Description

@mmcky

The interpolation package is used in the amss lecture as it provided numba jit compatible functions.

The np.interp function is now compatible with numba so we can update this lecture and remove a dependency.

Currently this lecture uses

from interpolation.splines import eval_linear, UCGrid, nodes

hopefully we can find alternatives in numpy as a quick short term fix.

In the medium term we will update this lecture to use jax

Metadata

Metadata

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