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 c304bf6 commit d74327aCopy full SHA for d74327a
test/runtests.jl
@@ -1,12 +1,12 @@
1
using ParameterizedFunctions, DiffEqBase
2
-using Test, LinearAlgebra
+using Test, LinearAlgebra, InteractiveUtils
3
4
using SpecialFunctions
5
6
### ODE Macros
7
8
println("Build some examples")
9
-f_t = @ode_def_bare SymCheck begin # Checks for error due to symbol on 1
+f_t = @ode_def SymCheck begin # Checks for error due to symbol on 1
10
dx = x
11
dy = -c*y + d*x*y*t^2
12
end a b c d
0 commit comments