Skip to content

Commit db030e4

Browse files
committed
fix: comma
1 parent 15453aa commit db030e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jac = calculate_jacobian(de)
5454
jacfun = eval(jac_expr[2])
5555

5656
de = complete(de)
57-
f = ODEFunction(de, [x, y, z], [σ, ρ, β], tgrad = true, jac = true),
57+
f = ODEFunction(de, [x, y, z], [σ, ρ, β], tgrad = true, jac = true)
5858
# system
5959
@test f.sys === de
6060

0 commit comments

Comments
 (0)