Skip to content

Commit 6a5a7e8

Browse files
committed
missing bracket
1 parent fc42d69 commit 6a5a7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ using ModelingToolkit: t_nounits as t, D_nounits as D
299299
zL = zeros(V)
300300
zU = [140.0, 0.4, 140.0, 140.0, 140.0]
301301
@variable(model, zL[i] <= z[i in 1:V,1:N] <= zU[i])
302-
pL = [10, 10, 0.001
302+
pL = [10, 10, 0.001]
303303
pU = [1200, 1200, 40]
304304
@variable(model, pL[i] <= p[i=1:3] <= pU[i])
305305
register_odesystem(model, o, tspan, tstep, "EE")

0 commit comments

Comments
 (0)