We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea87ce commit 383ec0fCopy full SHA for 383ec0f
workflow/rules/plot.smk
@@ -59,7 +59,7 @@ rule make_forecast_animation:
59
output:
60
OUT_ROOT / "showcases/{run_id}/{init_time}/{init_time}_{param}_{region}.gif",
61
params:
62
- delay=lambda wc: int(10*RUN_CONFIGS[wc.run_id]["steps"].split("/")[2]),
+ delay=lambda wc: int(10 * RUN_CONFIGS[wc.run_id]["steps"].split("/")[2]),
63
shell:
64
"""
65
convert -delay {params.delay} -loop 0 {input} {output}
0 commit comments