Skip to content

Commit

Permalink
Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 19, 2023
1 parent cbcbd50 commit 5a85f55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions etrago/tools/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,10 +875,6 @@ def decommissioning(self, **kwargs):
row["scn_name"]
== "extension_" + self.args["scn_decommissioning"]
):
v_nom_dec = df_decommisionning["v_nom"][
(df_decommisionning.project == row["project"])
& (df_decommisionning.project_id == row["project_id"])
]

self.network.lines.s_nom_min[
self.network.lines.index == idx
Expand Down

0 comments on commit 5a85f55

Please sign in to comment.