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 15453aa commit db030e4Copy full SHA for db030e4
test/odesystem.jl
@@ -54,7 +54,7 @@ jac = calculate_jacobian(de)
54
jacfun = eval(jac_expr[2])
55
56
de = complete(de)
57
-f = ODEFunction(de, [x, y, z], [σ, ρ, β], tgrad = true, jac = true),
+f = ODEFunction(de, [x, y, z], [σ, ρ, β], tgrad = true, jac = true)
58
# system
59
@test f.sys === de
60
0 commit comments