Skip to content

Commit 4350b8c

Browse files
committed
Update system_constr.py
1 parent 9af16b5 commit 4350b8c

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
@@ -167,7 +167,7 @@ def add_c_flow_balance(
167167
demand_nodes: list,
168168
demand: pd.DataFrame,
169169
gen_loss_factor: float,
170-
line_loss_factor: float = 0.0,
170+
line_loss_factor: float,
171171
) -> gp.tupledict:
172172
"""Adds power flow balance constraints to the optimization model.
173173

0 commit comments

Comments
 (0)