Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 18, 2018
1 parent 81d743e commit 0675215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stratonovich_convergence_tests.jl
Expand Up @@ -22,7 +22,7 @@ sim = test_convergence(dts,prob,ImplicitEulerHeun(symplectic=true),numMonte=Int
@test abs(sim.𝒪est[:l2]-1) < 0.1

sim = test_convergence(dts,prob,RKMil(interpretation=:Stratonovich),numMonte=Int(5e2))
@test abs(sim2.𝒪est[:l2]-1) < 0.2
@test abs(sim.𝒪est[:l2]-1) < 0.2

sim = test_convergence(dts,prob,ImplicitRKMil(interpretation=:Stratonovich),numMonte=Int(5e2))
@test abs(sim.𝒪est[:l2]-1) < 0.1
Expand Down

0 comments on commit 0675215

Please sign in to comment.