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 8c02fa6 commit 9af16b5Copy full SHA for 9af16b5
src/pownet/input.py
@@ -26,7 +26,7 @@ def __init__(
26
spin_reserve_factor: float = 0.15,
27
spin_reserve_mw: float = None,
28
gen_loss_factor: float = 0.01,
29
- line_loss_factor: float = 0.0,
+ line_loss_factor: float = 0.0001,
30
line_capacity_factor: float = 0.9,
31
load_shortfall_penalty_factor: float = 1000,
32
load_curtail_penalty_factor: float = 1000,
0 commit comments