Skip to content

Commit 456905c

Browse files
Jammy2211Jammy2211
authored andcommitted
minor
1 parent e15260d commit 456905c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

autoarray/structures/decorators/abstract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def __init__(self, func, obj, grid, xp=np, *args, **kwargs):
6161
def _xp(self):
6262
if self.use_jax:
6363
import jax.numpy as jnp
64-
6564
return jnp
6665
return np
6766

0 commit comments

Comments
 (0)