Skip to content

Commit

Permalink
revert xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
aloctavodia committed Aug 24, 2021
1 parent 51b2c4d commit 14d2128
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pymc3/tests/test_parallel_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ def test_explicit_sample(mp_start_method):
proc.join()


@pytest.mark.xfail(
condition=(IS_FLOAT32),
reason="Possibly the same issue described in https://github.com/pymc-devs/pymc3/pull/4701",
)
def test_iterator():
with pm.Model() as model:
a = pm.Normal("a", shape=1)
Expand Down

0 comments on commit 14d2128

Please sign in to comment.