Skip to content

Commit 9e1a553

Browse files
XFAIL KroneckerNormal test on Windows because of #5253
1 parent cf1d135 commit 9e1a553

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc3/tests/test_distributions_random.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,10 @@ def ref_rand_uchol(size, mu, rowchol, colchol):
934934
ref_rand=ref_rand_chol_transpose,
935935
)
936936

937+
@pytest.mark.xfail(
938+
condition=sys.platform.startswith("win"),
939+
reason="Compilation problems. See https://github.com/pymc-devs/pymc/issues/5253",
940+
)
937941
def test_kronecker_normal(self):
938942
def ref_rand(size, mu, covs, sigma):
939943
cov = pm.math.kronecker(covs[0], covs[1]).eval()

0 commit comments

Comments
 (0)