bugfix: solve_network should look for wildcard sector_opts
This commit is contained in:
parent
286520f396
commit
9cf5be84fd
@ -296,7 +296,7 @@ if __name__ == "__main__":
|
||||
if tmpdir is not None:
|
||||
from pathlib import Path
|
||||
Path(tmpdir).mkdir(parents=True, exist_ok=True)
|
||||
opts = snakemake.wildcards.opts.split('-')
|
||||
opts = snakemake.wildcards.sector_opts.split('-')
|
||||
solve_opts = snakemake.config['solving']['options']
|
||||
|
||||
fn = getattr(snakemake.log, 'memory', None)
|
||||
|
Loading…
Reference in New Issue
Block a user