|
85 | 85 | tests/sampling/test_deterministic.py |
86 | 86 | tests/sampling/test_forward.py |
87 | 87 | tests/sampling/test_population.py |
| 88 | + tests/sampling/test_background_sampling.py |
88 | 89 | tests/stats/test_convergence.py |
89 | 90 | tests/stats/test_log_density.py |
90 | 91 | tests/distributions/test_distribution.py |
@@ -190,7 +191,7 @@ jobs: |
190 | 191 | python-version: ["3.11"] |
191 | 192 | test-subset: |
192 | 193 | - 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 |
194 | 195 | - 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 |
195 | 196 | - 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 |
196 | 197 |
|
@@ -247,6 +248,7 @@ jobs: |
247 | 248 |
|
248 | 249 | - | |
249 | 250 | tests/sampling/test_mcmc.py |
| 251 | + tests/sampling/test_background_sampling.py |
250 | 252 |
|
251 | 253 | - | |
252 | 254 | tests/backends/test_arviz.py |
@@ -347,7 +349,7 @@ jobs: |
347 | 349 | floatx: [float32] |
348 | 350 | python-version: ["3.13"] |
349 | 351 | 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 |
351 | 353 | fail-fast: false |
352 | 354 | runs-on: ${{ matrix.os }} |
353 | 355 | env: |
|
0 commit comments