Skip to content

Commit

Permalink
uncomment static array test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 7, 2017
1 parent 7fb86a0 commit 29ffbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/static_array_tests.jl
Expand Up @@ -13,7 +13,7 @@ u0 = zeros(SVector{2,Float64}, 2) + 1
u0[1] = ones(SVector{2,Float64}) + 1
ode = SDEProblem(f, f, u0, (0.,1.))
sol = solve(ode, EM(), dt=1.e-2)
#sol = solve(ode, SRIW1(), dt=1.e-2)
sol = solve(ode, SRIW1(), dt=1.e-2)


u0 = ones(MVector{2,Float64})
Expand Down

0 comments on commit 29ffbc1

Please sign in to comment.