We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af16b5 commit 4350b8cCopy full SHA for 4350b8c
src/pownet/optim_model/constraints/system_constr.py
@@ -167,7 +167,7 @@ def add_c_flow_balance(
167
demand_nodes: list,
168
demand: pd.DataFrame,
169
gen_loss_factor: float,
170
- line_loss_factor: float = 0.0,
+ line_loss_factor: float,
171
) -> gp.tupledict:
172
"""Adds power flow balance constraints to the optimization model.
173
0 commit comments