Skip to content

Commit

Permalink
Fix selecting if optimization is devided into market and grid optimiz…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ClaraBuettner committed Aug 13, 2024
1 parent 60b51db commit 5374cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/execute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ def optimize(self):
"""

if self.args["method"]["market_optimization"]:
if self.args["method"]["market_optimization"]["active"]:
self.market_optimization()

# self.market_results_to_grid()
Expand Down

0 comments on commit 5374cde

Please sign in to comment.