Skip to content

Commit ae3ecd1

Browse files
Skip JAX test if numpyro is not installed
1 parent 064af80 commit ae3ecd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc_experimental/tests/statespace/test_statespace_JAX.py

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
)
2626

2727
pytest.importorskip("jax")
28+
pytest.importorskip("numpyro")
2829

2930

3031
floatX = pytensor.config.floatX

0 commit comments

Comments
 (0)