Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 17, 2018
1 parent adc23b2 commit f963579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/default_sde_alg_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using DiffEqProblemLibrary.SDEProblemLibrary: importsdeproblems; importsdeproble
import DiffEqProblemLibrary.SDEProblemLibrary: prob_sde_additive

using Random
srand(100)
Random.seed!(100)

prob = prob_sde_additive
sol =solve(prob,dt=1/2^(3))
Expand Down

0 comments on commit f963579

Please sign in to comment.