Skip to content

Commit

Permalink
Update support
Browse files Browse the repository at this point in the history
  • Loading branch information
maliasadi committed Nov 8, 2023
1 parent 04ebb2c commit 9a73452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

from pennylane import numpy as np

pytestmark = pytest.mark.external

catalyst = pytest.importorskip("catalyst")
jax = pytest.importorskip("jax")

pytestmark = pytest.mark.external

from jax import numpy as jnp # pylint:disable=wrong-import-order, wrong-import-position
from jax.core import ShapedArray # pylint:disable=wrong-import-order, wrong-import-position

Expand Down

0 comments on commit 9a73452

Please sign in to comment.