Skip to content

Commit b8d9de5

Browse files
test: use new codegen in labelledarrays tests
1 parent ddce985 commit b8d9de5

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
@@ -19,7 +19,7 @@ ff = ODEFunction(de, [x, y, z], [σ, ρ, β], jac = true)
1919
a = @SVector [1.0, 2.0, 3.0]
2020
b = SLVector(x = 1.0, y = 2.0, z = 3.0)
2121
c = [1.0, 2.0, 3.0]
22-
p = SLVector= 10.0, ρ = 26.0, β = 8 / 3)
22+
p = (SLVector= 10.0, ρ = 26.0, β = 8 / 3),)
2323
@test ff(a, p, 0.0) isa SVector
2424
@test typeof(ff(b, p, 0.0)) <: SLArray
2525
@test ff(c, p, 0.0) isa Vector

0 commit comments

Comments
 (0)