Skip to content

Commit

Permalink
use old_bnetza_mastr
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia committed Nov 8, 2024
1 parent 8601105 commit c7e0819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egon/data/datasets/storages/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def allocate_storage_units_sq(scn_name, storage_types):
for storage_type in storage_types:
# Read-in data from MaStR
mastr_ph = pd.read_csv(
WORKING_DIR_MASTR_NEW / sources["mastr_storage"],
WORKING_DIR_MASTR_OLD / sources["mastr_storage"],
delimiter=",",
usecols=[
"Nettonennleistung",
Expand Down

0 comments on commit c7e0819

Please sign in to comment.