Skip to content

Commit

Permalink
Refer to new parameter in args for market_optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Mar 21, 2024
1 parent c70231e commit c6bc890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/cluster/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def skip_snapshots(self):
if (
self.args["temporal_disaggregation"]["active"]
and not self.args["snapshot_clustering"]["active"]
) or self.args["method"]["type"] == "market_grid":
) or self.args["method"]["market_optimization"]:
self.network_tsa = self.network.copy()

n_skip = self.args["skip_snapshots"]
Expand Down

0 comments on commit c6bc890

Please sign in to comment.