diff --git a/scripts/solve_network.py b/scripts/solve_network.py index d8ed176a..563d8c29 100644 --- a/scripts/solve_network.py +++ b/scripts/solve_network.py @@ -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)