Skip to content

Commit

Permalink
Merge branch 'dev' into features/#1051-add-new-mastr-data
Browse files Browse the repository at this point in the history
  • Loading branch information
nesnoj committed Nov 29, 2022
2 parents 433d235 + 4acceba commit 790f390
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,8 @@ Bug Fixes
`#989 <https://github.com/openego/eGon-data/issues/989>`_
* Fix zensus weather cells mapping
`#1031 <https://github.com/openego/eGon-data/issues/1031>`_
* Fix solar rooftop in test mode
`#1055 <https://github.com/openego/eGon-data/issues/1055>`_

.. _PR #692: https://github.com/openego/eGon-data/pull/692
.. _#343: https://github.com/openego/eGon-data/issues/343
Expand Down
4 changes: 2 additions & 2 deletions src/egon/data/datasets/power_plants/pv_rooftop.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ def pv_rooftop_per_mv_grid_and_scenario(scenario, level):
dataset = config.settings()["egon-data"]["--dataset-boundary"]

if dataset == "Schleswig-Holstein":
sources = config.datasets()["scenario_input"]["sources"]
sources_scn = config.datasets()["scenario_input"]["sources"]

path = Path(
f"./data_bundle_egon_data/nep2035_version2021/"
f"{sources['eGon2035']['capacities']}"
f"{sources_scn['eGon2035']['capacities']}"
).resolve()

total_2035 = (
Expand Down

0 comments on commit 790f390

Please sign in to comment.