Closed lauramaxwell closed 2 weeks ago
The changes made here look good, comment isn't related to this issue but the
3_reporting
directory in general too, theresults.yaml
in this workflow runsSys.date()
as the snapshot date because that's the default set inBindResults
, wondering if we should make it more "clear" / bring it forward to theresults.yaml
as well
added an issue to revisit defaults on some of these util functions
Overview
lWorkflows
should be based on the current module/study being run, not always just thegsm
workflows. This simply updates the flow to take anlWorkflows
argument in thelData
list inRunWorkflows()
to run Metrics.yaml properly.Note:
lWorkflows
was already being fed intoRunWorkflows()
in this way, so this is not an update to process, just a simplification.Test Notes/Sample Code
Connected Issues