Skip to content

Commit

Permalink
Add determine network topology for market_model
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Apr 18, 2024
1 parent 8d8f612 commit 60281e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def market_optimization(self):
logger.info("Preparing short-term UC market model")

build_shortterm_market_model(self)
self.market_model.determine_network_topology()
logger.info("Start solving short-term UC market model")

# Set 'linopy' as formulation to make sure that constraints are added
Expand Down

0 comments on commit 60281e0

Please sign in to comment.