Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ jobs:
# The whole point of this tier: real fits through the simulation
# backend, so bngsim must be present (and PYBNF_NO_BNGSIM stays unset).
bngsim: 'true'
# The recovery tier includes gradient-path fits (test_gradient_*,
# and the Rijal-2025 real-world cases in test_real_world_examples.py)
# whose LOG-SCALED parameters route the gradient into sampling space
# via jax -- without the extra those tests raise PybnfError rather than
# skip, so a recovery run without jax fails deterministically (2 hard
# failures the first dispatch, #517). A complete recovery environment
# provisions jax; install it here (as the pytest-jax job in tests.yml
# does for the same gradient path).
jax: 'true'
# Also a 3.12 setup-pybnf run; give it its own uv-cache namespace so it
# does not race the `slow` job's save on a dispatch (both run then).
cache-suffix: pybnf-recovery
Expand Down