Skip to content

Commit 40b0029

Browse files
test: fix labelledarrays test
1 parent a34acdd commit 40b0029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/labelledarrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ eqs = [D(x) ~ σ * (y - x),
1414

1515
@named de = System(eqs, t)
1616
de = complete(de)
17-
ff = ODEFunction(de, [x, y, z], [σ, ρ, β], jac = true)
17+
ff = ODEFunction(de; jac = true)
1818

1919
a = @SVector [1.0, 2.0, 3.0]
2020
b = SLVector(x = 1.0, y = 2.0, z = 3.0)

0 commit comments

Comments
 (0)