Skip to content

Commit ddc6cac

Browse files
michaelosthegetwiecki
authored andcommitted
Remove XFAIL mark on passing tests
1 parent 439fc58 commit ddc6cac

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pymc/tests/test_distributions_random.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,9 +1853,6 @@ def test_density_dist_with_random(self, size):
18531853

18541854
assert obs.eval().shape == (100,) + size
18551855

1856-
@pytest.mark.xfail(
1857-
reason="Needs refactoring of _check_start_shape to not attempt random draws. See #5031."
1858-
)
18591856
def test_density_dist_without_random(self):
18601857
with pm.Model() as model:
18611858
mu = pm.Normal("mu", 0, 1)

pymc/tests/test_sampling.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ def test_exceptions(self):
314314
xvars = [t["mu"] for t in trace]
315315

316316

317-
@pytest.mark.xfail(reason="Lognormal not refactored for v4")
318317
def test_sample_find_MAP_does_not_modify_start():
319318
# see https://github.com/pymc-devs/pymc/pull/4458
320319
with pm.Model():

0 commit comments

Comments
 (0)