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 a34acdd commit 40b0029Copy full SHA for 40b0029
test/labelledarrays.jl
@@ -14,7 +14,7 @@ eqs = [D(x) ~ σ * (y - x),
14
15
@named de = System(eqs, t)
16
de = complete(de)
17
-ff = ODEFunction(de, [x, y, z], [σ, ρ, β], jac = true)
+ff = ODEFunction(de; jac = true)
18
19
a = @SVector [1.0, 2.0, 3.0]
20
b = SLVector(x = 1.0, y = 2.0, z = 3.0)
0 commit comments