Skip to content

Commit

Permalink
execute levelize_method at the end of adjust_network
Browse files Browse the repository at this point in the history
  • Loading branch information
lenzim97 committed Mar 6, 2025
1 parent d2c9111 commit 687a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etrago/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,6 @@ def adjust_network(self):
"""

self.manual_fixes_datamodel()

self.levelize_abroad_inland_parameters()

self.geolocation_buses()

Expand Down Expand Up @@ -469,6 +467,8 @@ def adjust_network(self):
self.delete_irrelevant_oneports()

set_control_strategies(self.network)

self.levelize_abroad_inland_parameters()

def _ts_weighted(self, timeseries):
return timeseries.mul(self.network.snapshot_weightings, axis=0)

0 comments on commit 687a348

Please sign in to comment.