Skip to content

Commit 0e3fc56

Browse files
Jammy2211Jammy2211
authored andcommitted
remove matern jax import
1 parent a5df8c6 commit 0e3fc56

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

autoarray/inversion/regularization/matern_kernel.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from __future__ import annotations
2-
import jax.numpy as jnp
3-
import jax.scipy.special as jsp
42
import numpy as np
53
import math
64
from typing import TYPE_CHECKING
@@ -10,10 +8,6 @@
108

119
from autoarray.inversion.regularization.abstract import AbstractRegularization
1210

13-
from autoarray import numba_util
14-
15-
import jax.numpy as jnp
16-
1711

1812
def kv_xp(v, z, xp=np):
1913
"""

0 commit comments

Comments
 (0)