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)))