omit synthetic load data md5 validation
This commit is contained in:
parent
97d876d4e5
commit
ee55bba568
@ -200,7 +200,6 @@ if config["enable"]["retrieve"]:
|
|||||||
input:
|
input:
|
||||||
storage(
|
storage(
|
||||||
"https://zenodo.org/records/10820928/files/demand_hourly.csv",
|
"https://zenodo.org/records/10820928/files/demand_hourly.csv",
|
||||||
keep_local=True,
|
|
||||||
),
|
),
|
||||||
output:
|
output:
|
||||||
"data/load_artificial_raw.csv",
|
"data/load_artificial_raw.csv",
|
||||||
@ -211,7 +210,6 @@ if config["enable"]["retrieve"]:
|
|||||||
retries: 2
|
retries: 2
|
||||||
run:
|
run:
|
||||||
move(input[0], output[0])
|
move(input[0], output[0])
|
||||||
validate_checksum(output[0], input[0])
|
|
||||||
|
|
||||||
|
|
||||||
if config["enable"]["retrieve"]:
|
if config["enable"]["retrieve"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user