From be19a2ba2401a2815c09e74d2add24461b3fe2aa Mon Sep 17 00:00:00 2001 From: danielelerede-oet Date: Mon, 26 Aug 2024 10:34:15 +0200 Subject: [PATCH] Update scripts/solve_operations_network.py Co-authored-by: Fabian Neumann --- scripts/solve_operations_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/solve_operations_network.py b/scripts/solve_operations_network.py index 5ac818d58..4336c3a7e 100644 --- a/scripts/solve_operations_network.py +++ b/scripts/solve_operations_network.py @@ -52,9 +52,9 @@ n = solve_network( n, config=snakemake.config, + params=snakemake.params, solving=snakemake.params.solving, log_fn=snakemake.log.solver, - snakemake=snakemake, ) n.meta = dict(snakemake.config, **dict(wildcards=dict(snakemake.wildcards)))