Skip to content

Commit ae850a6

Browse files
committed
Add xfail to TestMatchesScipy.test_laplace
1 parent 901b72f commit ae850a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pymc/tests/test_distributions.py

+1
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)