Skip to content

Commit 318fb90

Browse files
committed
Mark smc_blackjax test as xfail
1 parent 830d011 commit 318fb90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_blackjax_smc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ def fast_model():
7575
return m
7676

7777

78+
@pytest.mark.xfail(
79+
reason="TODO: fix AttributeError: 'TemperedSMCState' object has no attribute 'lmbda'"
80+
)
7881
@pytest.mark.parametrize(
7982
"kernel, check_for_integration_steps, inner_kernel_params",
8083
[

0 commit comments

Comments
 (0)