Skip to content

Commit 1d228ce

Browse files
test: broken test is no longer broken
1 parent af29290 commit 1d228ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/simulation_and_solving/simulate_SDEs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ let
413413
ps = [:k1 => 2.0f0, :k2 => 3.0f0]
414414
sprob = SDEProblem(rn, u0, 1.0f0, ps)
415415
ssol = solve(sprob, ISSEM())
416-
@test_broken eltype(ssol[:X1]) == eltype(ssol[:X2]) == typeof(sprob[:X1]) == typeof(sprob[:X2]) == Float32
416+
@test eltype(ssol[:X1]) == eltype(ssol[:X2]) == typeof(sprob[:X1]) == typeof(sprob[:X2]) == Float32
417417
@test eltype(ssol.t) == typeof(sprob.tspan[1]) == typeof(sprob.tspan[2]) == Float32
418418
end
419419

0 commit comments

Comments
 (0)