Skip to content

Commit

Permalink
Fix assigning fixed link timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 27, 2023
1 parent db8074c commit 298edda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/execute/grid_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def add_redispatch_generators(self):

## Set p_min_pu of links using results from (disaggregated) market model
self.network.links_t.p_min_pu.loc[
:, gens_redispatch
:, links_redispatch
] = self.market_model.links_t.p0[links_redispatch].mul(
1 / self.market_model.links.p_nom[links_redispatch]
)
Expand Down

0 comments on commit 298edda

Please sign in to comment.