Skip to content

Commit

Permalink
Fix scenario year of prepared network
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Jan 15, 2025
1 parent 7b410e4 commit 4ec3519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/egon/data/datasets/pypsaeur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class PreparePypsaEur(Dataset):
def __init__(self, dependencies):
super().__init__(
name="PreparePypsaEur",
version="0.0.41",
version="0.0.42",
dependencies=dependencies,
tasks=(
download,
Expand Down Expand Up @@ -1370,7 +1370,7 @@ def prepared_network(planning_horizon=3):
/ "results"
/ "prenetworks"
/ "prenetwork_post-manipulate_pre-solve"
/ "base_s_39_lc1.25__cb40ex0-T-H-I-B-solar+p3-dist1_2035.nc"
/ "base_s_39_lc1.25__cb40ex0-T-H-I-B-solar+p3-dist1_2045.nc"
)

return pypsa.Network(target_file.absolute().as_posix())
Expand Down

0 comments on commit 4ec3519

Please sign in to comment.