Skip to content

Commit 4e27e5e

Browse files
committed
Remove redundant test
1 parent 611caac commit 4e27e5e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pymc3/tests/test_distributions.py

-5
Original file line numberDiff line numberDiff line change
@@ -2538,11 +2538,6 @@ def test_logitnormal(self):
25382538
decimal=select_by_precision(float64=6, float32=1),
25392539
)
25402540

2541-
@pytest.mark.xfail(reason="Distribution not refactored yet")
2542-
def test_multidimensional_beta_construction(self):
2543-
with Model():
2544-
Beta("beta", alpha=1.0, beta=1.0, size=(10, 20))
2545-
25462541
@pytest.mark.xfail(
25472542
condition=(aesara.config.floatX == "float32"),
25482543
reason="Some combinations underflow to -inf in float32 in pymc version",

0 commit comments

Comments
 (0)