Skip to content

Commit 7b91db4

Browse files
mpopf edit
1 parent 1d47835 commit 7b91db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpopf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ function build_base_polar_mpopf(core, data, N, Nbus)
144144
core,
145145
c_ramp(pg[g.i, g.t -1], pg[g.i, g.t]) for g in data.genarray[:, 2:N];
146146
lcon = repeat(-data.Δp, 1, N-1),
147-
ucon = repeat( data.Δp, 1, N-1),
147+
ucon = repeat( data.Δp, 1, N-1)
148148
)
149149

150150
cons = (

0 commit comments

Comments
 (0)