Skip to content

Commit 2565e21

Browse files
committed
Add background sampling test to CI matrix
1 parent 7e43b47 commit 2565e21

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
tests/sampling/test_deterministic.py
8686
tests/sampling/test_forward.py
8787
tests/sampling/test_population.py
88+
tests/sampling/test_background_sampling.py
8889
tests/stats/test_convergence.py
8990
tests/stats/test_log_density.py
9091
tests/distributions/test_distribution.py
@@ -190,7 +191,7 @@ jobs:
190191
python-version: ["3.11"]
191192
test-subset:
192193
- tests/variational/test_approximations.py tests/variational/test_callbacks.py tests/variational/test_inference.py tests/variational/test_opvi.py tests/test_initial_point.py
193-
- tests/model/test_core.py tests/sampling/test_mcmc.py
194+
- tests/model/test_core.py tests/sampling/test_mcmc.py tests/sampling/test_background_sampling.py
194195
- tests/gp/test_cov.py tests/gp/test_gp.py tests/gp/test_mean.py tests/gp/test_util.py tests/ode/test_ode.py tests/ode/test_utils.py tests/smc/test_smc.py tests/sampling/test_parallel.py
195196
- tests/step_methods/test_metropolis.py tests/step_methods/test_slicer.py tests/step_methods/hmc/test_nuts.py tests/step_methods/test_compound.py tests/step_methods/hmc/test_hmc.py tests/step_methods/test_state.py
196197

@@ -247,6 +248,7 @@ jobs:
247248
248249
- |
249250
tests/sampling/test_mcmc.py
251+
tests/sampling/test_background_sampling.py
250252
251253
- |
252254
tests/backends/test_arviz.py
@@ -347,7 +349,7 @@ jobs:
347349
floatx: [float32]
348350
python-version: ["3.13"]
349351
test-subset:
350-
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py
352+
- tests/sampling/test_mcmc.py tests/ode/test_ode.py tests/ode/test_utils.py tests/distributions/test_transform.py tests/sampling/test_background_sampling.py
351353
fail-fast: false
352354
runs-on: ${{ matrix.os }}
353355
env:

0 commit comments

Comments
 (0)