We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02707e commit d60b4cfCopy full SHA for d60b4cf
pymc/tests/test_mixture.py
@@ -584,7 +584,7 @@ def test_list_mvnormals_predictive_sampling_shape(self):
584
assert prior["mu0"].shape == (n_samples, D)
585
assert prior["chol_cov_0"].shape == (n_samples, D * (D + 1) // 2)
586
587
- @pytest.mark.xfail(reason="Mixture from single component not refactored yet")
+ @pytest.mark.xfail(reason="Nested mixtures not refactored yet")
588
def test_nested_mixture(self):
589
if aesara.config.floatX == "float32":
590
rtol = 1e-4
0 commit comments