Skip to content

Commit a9837e0

Browse files
Update type_handling.jl
1 parent dda99ba commit a9837e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interface/type_handling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using OrdinaryDiffEq
1+
using OrdinaryDiffEq, RecursiveArrayTools
22
prob = ODEProblem((u, p, t) -> -u, BigFloat(1.0), (0.0, 1.0))
33
solve(prob, Tsit5())
44
solve(prob, KenCarp4())

0 commit comments

Comments
 (0)