From a227be012bde199a46a420d82a638f2e1185653b Mon Sep 17 00:00:00 2001 From: Francois Lanusse Date: Fri, 20 Dec 2024 09:46:05 -0500 Subject: [PATCH] Update jax_cosmo/scipy/interpolate.py --- jax_cosmo/scipy/interpolate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jax_cosmo/scipy/interpolate.py b/jax_cosmo/scipy/interpolate.py index b5903d6..281126b 100644 --- a/jax_cosmo/scipy/interpolate.py +++ b/jax_cosmo/scipy/interpolate.py @@ -11,7 +11,7 @@ __all__ = ["interp"] -interp = np.intern +interp = np.interp @register_pytree_node_class class InterpolatedUnivariateSpline(object):