Skip to content

Commit

Permalink
Merge pull request #1174 from openego/temp
Browse files Browse the repository at this point in the history
use new mastr for storages
  • Loading branch information
khelfen authored Nov 26, 2024
2 parents 306aa87 + 3b3fb1e commit b43a0c0
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_OLD / sources["mastr_storage"],
WORKING_DIR_MASTR_NEW / sources["mastr_storage"],
delimiter=",",
usecols=[
"Nettonennleistung",
Expand Down

0 comments on commit b43a0c0

Please sign in to comment.