Skip to content

Commit

Permalink
fix: skip failing test when jax is not installed (#3112)
Browse files Browse the repository at this point in the history
* fix: skip failing test when jax is not installed

* style: pre-commit fixes

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ianna and pre-commit-ci[bot] committed May 13, 2024
1 parent e8c2482 commit d5f6925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_2603_custom_behaviors_with_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import awkward as ak

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


def test():
Expand Down

0 comments on commit d5f6925

Please sign in to comment.