solve_electricity.smk:replace "minimal" by "shallow"

This commit is contained in:
Philipp Glaum 2024-03-19 08:28:27 +01:00
parent c5597c0bec
commit 8d9afb0eb0

View File

@ -31,7 +31,7 @@ rule solve_network:
mem_mb=memory, mem_mb=memory,
runtime=config_provider("solving", "runtime", default="6h"), runtime=config_provider("solving", "runtime", default="6h"),
shadow: shadow:
"minimal" "shallow"
conda: conda:
"../envs/environment.yaml" "../envs/environment.yaml"
script: script:
@ -62,7 +62,7 @@ rule solve_operations_network:
mem_mb=(lambda w: 10000 + 372 * int(w.clusters)), mem_mb=(lambda w: 10000 + 372 * int(w.clusters)),
runtime=config_provider("solving", "runtime", default="6h"), runtime=config_provider("solving", "runtime", default="6h"),
shadow: shadow:
"minimal" "shallow"
conda: conda:
"../envs/environment.yaml" "../envs/environment.yaml"
script: script: