Skip to content

Commit ad888fc

Browse files
committed
Removed xfail markers from MLDA tests in test_types.py
1 parent 4d8dd80 commit ad888fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/tests/test_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ def test_float32(self):
6161
with model:
6262
sample(draws=10, tune=10, chains=1, step=sampler())
6363

64-
@pytest.mark.xfail(reason="MLDA not refactored for V4 yet")
6564
@aesara.config.change_flags({"floatX": "float64", "warn_float64": "ignore"})
6665
def test_float64_MLDA(self):
6766
data = np.random.randn(5)
@@ -80,7 +79,6 @@ def test_float64_MLDA(self):
8079
with model:
8180
sample(draws=10, tune=10, chains=1, step=MLDA(coarse_models=[coarse_model]))
8281

83-
@pytest.mark.xfail(reason="MLDA not refactored for V4 yet")
8482
@aesara.config.change_flags({"floatX": "float32", "warn_float64": "warn"})
8583
def test_float32_MLDA(self):
8684
data = np.random.randn(5).astype("float32")

0 commit comments

Comments
 (0)