Skip to content

Commit e18367b

Browse files
committed
activate negative load shedding for ev
1 parent 634ce52 commit e18367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etrago/tools/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def connected_transformer(network, busids):
647647
def load_shedding(
648648
self,
649649
temporal_disaggregation=False,
650-
negative_load_shedding=False,
650+
negative_load_shedding=["Li_ion"],
651651
**kwargs,
652652
):
653653
"""Implement load shedding in existing network to identify

0 commit comments

Comments
 (0)