Skip to content

Commit d698436

Browse files
committed
Remove old reoperate of Simulator class
1 parent f2d8c44 commit d698436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pownet/optim_model/constraints/system_constr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def add_c_reserve_req_2(
9595
return model.addConstrs(
9696
(
9797
gp.quicksum(
98-
pbar[unit_g, t] + thermal_min_capacity[unit] * u[unit, t]
98+
pbar[unit, t] + thermal_min_capacity[unit] * u[unit, t]
9999
for unit in thermal_units
100100
)
101101
+ gp.quicksum(charge_state[unit, t] for unit in storage_units)

0 commit comments

Comments
 (0)