Skip to content

Commit 3d16575

Browse files
committed
remove the skip
1 parent a0af050 commit 3d16575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_sde1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def get_dt_and_controller(level):
115115
# and Heun if the solver is Stratonovich.
116116
@pytest.mark.parametrize("solver_ctr,noise,theoretical_order", _solvers_and_orders())
117117
@pytest.mark.parametrize("dtype", (jnp.float64,))
118-
@pytest.mark.skip(reason="This test is failing in the main the branch")
119118
def test_sde_strong_limit(
120119
solver_ctr, noise: Literal["any", "com", "add"], theoretical_order, dtype
121120
):

0 commit comments

Comments
 (0)