Skip to content

Commit

Permalink
Update scripts/solve_operations_network.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Neumann <fabian.neumann@outlook.de>
  • Loading branch information
danielelerede-oet and fneum authored Aug 26, 2024
1 parent 8093eaa commit be19a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/solve_operations_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit be19a2b

Please sign in to comment.