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 2396aea commit af39294Copy full SHA for af39294
test/runtests.jl
@@ -1,5 +1,4 @@
1
-using OrdinaryDiffEq, ParameterizedFunctions,
2
- DiffEqBase, RecursiveArrayTools
+using RecursiveArrayTools
3
using Base.Test
4
5
tic()
@@ -9,4 +8,3 @@ tic()
9
8
@time @testset "VecOfArr Interface Tests" begin include("interface_tests.jl") end
10
@time @testset "StaticArrays Tests" begin include("copy_static_array_test.jl") end
11
toc()
12
-# Test the VectorOfArray code
0 commit comments