Merge pull request #979 from PyPSA/fix-snakemake-bug
replace value of shadow in snakemake rules
This commit is contained in:
commit
0b0baa662e
@ -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