Skip to content

Commit

Permalink
update costs year from fct _get_costs_year(year)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert John committed Jan 9, 2025
1 parent 1c838b8 commit 3d767ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/scenario_parameters/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def electricity(scenario):
elif scenario.startswith("status"):

year = int(scenario.split("status")[-1])
costs = read_csv(year + 1) # consider end of target year
costs = read_csv(_get_costs_year(year))

parameters = {"grid_topology": "Status Quo"}
# Insert effciencies in p.u.
Expand Down

0 comments on commit 3d767ae

Please sign in to comment.