Skip to content

Commit d60b4cf

Browse files
ricardoV94twiecki
authored andcommitted
Correct xfail reason in test_nested_mixture
1 parent d02707e commit d60b4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc/tests/test_mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def test_list_mvnormals_predictive_sampling_shape(self):
584584
assert prior["mu0"].shape == (n_samples, D)
585585
assert prior["chol_cov_0"].shape == (n_samples, D * (D + 1) // 2)
586586

587-
@pytest.mark.xfail(reason="Mixture from single component not refactored yet")
587+
@pytest.mark.xfail(reason="Nested mixtures not refactored yet")
588588
def test_nested_mixture(self):
589589
if aesara.config.floatX == "float32":
590590
rtol = 1e-4

0 commit comments

Comments
 (0)