Skip to content

Commit

Permalink
Revert "Set negative load shedding for ev buses to True by default"
Browse files Browse the repository at this point in the history
This reverts commit 86e2d8f.
  • Loading branch information
CarlosEpia committed Nov 13, 2024
1 parent 57744fc commit e23e136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/tools/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def connected_transformer(network, busids):
def load_shedding(
self,
temporal_disaggregation=False,
negative_load_shedding_ev=True,
negative_load_shedding_ev=False,
**kwargs,
):
"""Implement load shedding in existing network to identify
Expand Down

0 comments on commit e23e136

Please sign in to comment.