Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f39591d

Browse files
authored
Merge branch 'main' into modify_dh_systems
2 parents 27a2369 + 0324120 commit f39591d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

workflow/Snakefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ rule clean:
8181
"Remove all build results but keep downloaded data."
8282
run:
8383
import shutil
84-
8584
shutil.rmtree("resources")
8685
shutil.rmtree("results")
8786
print("Data downloaded to data/ has not been cleaned.")
@@ -171,7 +170,6 @@ rule build_mobility_demand:
171170
script:
172171
"scripts/build_mobility_demand.py"
173172

174-
175173
rule modify_dh_systems:
176174
input:
177175
network=RESULTS
@@ -191,8 +189,8 @@ rule modify_dh_systems:
191189
mem_mb=1000,
192190
script:
193191
"scripts/modify_dh_systems.py"
194-
195-
192+
193+
196194
rule modify_prenetwork:
197195
params:
198196
enable_kernnetz=config_provider("wasserstoff_kernnetz", "enable"),

0 commit comments

Comments
 (0)