Skip to content

Commit a5851c3

Browse files
committed
Fix creation of header
1 parent c150735 commit a5851c3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

workflow/rules/report.smk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ rule report_experiment_dashboard:
2828
),
2929
params:
3030
sources=",".join(list(EXPERIMENT_PARTICIPANTS.keys())),
31-
header_text="initializations from "
32-
+ config.get("dates").get("start")
33-
+ " to "
34-
+ config.get("dates").get("end")
35-
+ " by "
36-
+ config.get("dates").get("frequency"),
31+
header_text=make_header_text(),
3732
log:
3833
OUT_ROOT / "logs/report_experiment_dashboard/{experiment}.log",
3934
shell:

0 commit comments

Comments
 (0)