Skip to content

Commit

Permalink
Fix link to raw data on zenodo
Browse files Browse the repository at this point in the history
Before the link lead to the old data set: v0.0.1
With this fix the newest data set is used corresponding to oemof-B3's version: v0.0.3
  • Loading branch information
MaGering committed Nov 21, 2023
1 parent a2cb912 commit efe86ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake_rules/prepare_resource.smk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rule download_raw_data:

rule download_zenodo:
params:
url="https://zenodo.org/record/7533832/files/oemof-B3-raw-data.zip",
url="https://zenodo.org/record/8364204/files/oemof-B3-raw-data.zip",
raw="raw"
output: "raw/oemof-B3-raw-data.zip"
shell: "python scripts/download_raw.py {params.url} {output}"
Expand Down

0 comments on commit efe86ad

Please sign in to comment.