Skip to content

Commit 383ec0f

Browse files
committed
run pre-commit
1 parent dea87ce commit 383ec0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/plot.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rule make_forecast_animation:
5959
output:
6060
OUT_ROOT / "showcases/{run_id}/{init_time}/{init_time}_{param}_{region}.gif",
6161
params:
62-
delay=lambda wc: int(10*RUN_CONFIGS[wc.run_id]["steps"].split("/")[2]),
62+
delay=lambda wc: int(10 * RUN_CONFIGS[wc.run_id]["steps"].split("/")[2]),
6363
shell:
6464
"""
6565
convert -delay {params.delay} -loop 0 {input} {output}

0 commit comments

Comments
 (0)