We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6613a commit f3fa5caCopy full SHA for f3fa5ca
test/runtests.jl
@@ -13,7 +13,7 @@ end a=>1.5 b=1.0 c=3.0 d=1.0
13
u0 = [1.0;1.0]
14
tspan = (0.0,10.0)
15
prob = ODEProblem(f,u0,tspan)
16
-sol = solve(prob) # this uses most of the tools
+sol = solve(prob,Tsit5()) # this uses most of the tools
17
18
t = collect(linspace(0,10,200))
19
randomized = [(sol(t[i]) + .01randn(2)) for i in 1:length(t)]
0 commit comments