Skip to content

Commit ab6ed2b

Browse files
ricardoV94carsten-j
authored andcommitted
Temporarily mark two tests as xfail
1 parent 52bc191 commit ab6ed2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pymc_experimental/tests/model/test_marginal_model.py

+1
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ def test_recover_batched_marginal():
378378
assert post.lp_idx.shape == post.idx.shape + (2,)
379379

380380

381+
@pytest.mark.xfail(reason="Still need to investigate")
381382
def test_nested_recover_marginals():
382383
"""Test that marginalization works when there are nested marginalized RVs"""
383384

pymc_experimental/tests/test_blackjax_smc.py

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def fast_model():
7979
("NUTS", False, {"step_size": 0.1}),
8080
],
8181
)
82+
@pytest.mark.xfail(reason="Still need to investigate")
8283
def test_sample_smc_blackjax(kernel, check_for_integration_steps, inner_kernel_params):
8384
"""
8485
When running the two gaussians model

0 commit comments

Comments
 (0)