Skip to content

Commit

Permalink
Apply adjust_no_electric_network on a copy of etrago.network to avoid…
Browse files Browse the repository at this point in the history
… conflics when it is applied for the market model
  • Loading branch information
ClaraBuettner committed Sep 14, 2023
1 parent 6c1fc42 commit a67145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etrago/cluster/electrical.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def adjust_no_electric_network(etrago, busmap, cluster_met):
busmap : dict
Maps old bus_ids to new bus_ids including all sectors.
"""
network = etrago.network
network = etrago.network.copy()
# network2 is supposed to contain all the not electrical or gas buses
# and links
network2 = network.copy(with_time=False)
Expand Down

0 comments on commit a67145c

Please sign in to comment.