solve_electricity.smk:replace "minimal" by "shallow"
This commit is contained in:
parent
c5597c0bec
commit
8d9afb0eb0
@ -31,7 +31,7 @@ rule solve_network:
|
||||
mem_mb=memory,
|
||||
runtime=config_provider("solving", "runtime", default="6h"),
|
||||
shadow:
|
||||
"minimal"
|
||||
"shallow"
|
||||
conda:
|
||||
"../envs/environment.yaml"
|
||||
script:
|
||||
@ -62,7 +62,7 @@ rule solve_operations_network:
|
||||
mem_mb=(lambda w: 10000 + 372 * int(w.clusters)),
|
||||
runtime=config_provider("solving", "runtime", default="6h"),
|
||||
shadow:
|
||||
"minimal"
|
||||
"shallow"
|
||||
conda:
|
||||
"../envs/environment.yaml"
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user