Skip to content

Commit f32c039

Browse files
committed
Remove windows xfails
1 parent bbe58ec commit f32c039

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pymc/tests/test_ode.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def ode_func_5(y, t, p):
173173
np.testing.assert_array_equal(np.ravel(model5_sens_ic), model5._sens_ic)
174174

175175

176-
@pytest.mark.xfail(condition=IS_WINDOWS, reason="https://github.com/pymc-devs/aesara/issues/390")
177176
def test_logp_scalar_ode():
178177
"""Test the computation of the log probability for these models"""
179178

@@ -270,9 +269,6 @@ def ode_func(y, t, p):
270269
assert op_1 != op_other
271270
return
272271

273-
@pytest.mark.xfail(
274-
condition=IS_WINDOWS, reason="https://github.com/pymc-devs/aesara/issues/390"
275-
)
276272
def test_scalar_ode_1_param(self):
277273
"""Test running model for a scalar ODE with 1 parameter"""
278274

@@ -301,9 +297,6 @@ def system(y, t, p):
301297
assert idata.posterior["y0"].shape == (1, 100)
302298
assert idata.posterior["sigma"].shape == (1, 100)
303299

304-
@pytest.mark.xfail(
305-
condition=IS_WINDOWS, reason="https://github.com/pymc-devs/aesara/issues/390"
306-
)
307300
def test_scalar_ode_2_param(self):
308301
"""Test running model for a scalar ODE with 2 parameters"""
309302

0 commit comments

Comments
 (0)