Commit 5f00712
test: skip jax-backed tests when jax is absent (Python matrix)
These tests exercise jax-only code paths (vmapped profiles / blackjax NUTS /
nufft sparse operator / use_jax=True), so they need jax installed to run — it
ships via the [optional] extras and is present in the per-repo CI (3.12/3.13).
The PyAutoBuild Python Version Matrix installs the NumPy-only stack (and jax
can't install on 3.9 anyway), so guard the 1 affected test(s) with a
skipif on jax availability rather than letting them ModuleNotFoundError.
Numpy-only tests in the same files are unaffected.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4477fd5 commit 5f00712
1 file changed
Lines changed: 11 additions & 0 deletions
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | 19 | | |
10 | 20 | | |
| |||
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
| 142 | + | |
132 | 143 | | |
133 | 144 | | |
134 | 145 | | |
| |||
0 commit comments