Skip to content

Commit a4f9657

Browse files
ricardoV94twiecki
authored andcommitted
Add xfail to TestMatchesScipy.test_laplace
1 parent 7b27a07 commit a4f9657

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/tests/test_distributions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,7 @@ def test_negative_binomial_init_fail(self, mu, p, alpha, n, expected):
14131413
with pytest.raises(ValueError, match=f"Incompatible parametrization. {expected}"):
14141414
NegativeBinomial("x", mu=mu, p=p, alpha=alpha, n=n)
14151415

1416+
@pytest.mark.xfail(reason="Aeppl Laplace does not have a CheckParameterValue for b")
14161417
def test_laplace(self):
14171418
self.check_logp(
14181419
Laplace,

0 commit comments

Comments
 (0)