Skip to content

Commit f3fa5ca

Browse files
update test to ()
1 parent ea6613a commit f3fa5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end a=>1.5 b=1.0 c=3.0 d=1.0
1313
u0 = [1.0;1.0]
1414
tspan = (0.0,10.0)
1515
prob = ODEProblem(f,u0,tspan)
16-
sol = solve(prob) # this uses most of the tools
16+
sol = solve(prob,Tsit5()) # this uses most of the tools
1717

1818
t = collect(linspace(0,10,200))
1919
randomized = [(sol(t[i]) + .01randn(2)) for i in 1:length(t)]

0 commit comments

Comments
 (0)