Skip to content

Commit

Permalink
changed handling of jax dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjim21 committed Aug 16, 2024
1 parent dbc4959 commit 0d6619b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_katsu_math.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import jax.numpy as jnp
import pytest
from katsu.katsu_math import (
BackendShim,
Expand All @@ -18,7 +17,7 @@
cupy_installed = False

try:
import jax.numpy
import jax.numpy as jnp
jax_installed = True

except Exception:
Expand Down

0 comments on commit 0d6619b

Please sign in to comment.