Skip to content

Commit bf68a3a

Browse files
remove test already covered in aesara
1 parent 1c88e55 commit bf68a3a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pymc3/tests/test_distributions_random.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ class TestBetaBinomial(BaseTestCases.BaseTestCase):
361361
params = {"n": 5, "alpha": 1.0, "beta": 1.0}
362362

363363

364-
@pytest.mark.skip(reason="This test is covered by Aesara")
365-
class TestBernoulli(BaseTestCases.BaseTestCase):
366-
distribution = pm.Bernoulli
367-
params = {"p": 0.5}
368-
369-
370364
class TestDiscreteWeibull(BaseTestCases.BaseTestCase):
371365
distribution = pm.DiscreteWeibull
372366
params = {"q": 0.25, "beta": 2.0}

0 commit comments

Comments
 (0)