snakefile: fix benchmark path
This commit is contained in:
parent
0b57626387
commit
2a5acedfee
@ -1421,7 +1421,8 @@ rule prepare_sector_network:
|
|||||||
mem_mb=2000,
|
mem_mb=2000,
|
||||||
benchmark:
|
benchmark:
|
||||||
(
|
(
|
||||||
RDIR
|
"results/"
|
||||||
|
+ RDIR
|
||||||
+ "benchmarks/prepare_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}"
|
+ "benchmarks/prepare_network/elec_s{simpl}_{clusters}_l{ll}_{opts}_{sector_opts}_{planning_horizons}"
|
||||||
)
|
)
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user