The proc directory makes use of workflow_basename.
|
request.common.workflow_basename, |
If the default value is used then I think it is more or less equivalent to the behaviour we used to have. Obviously if a user provides something different then that is no longer the case.
|
workflow_basename = '{}_{}_{}'.format(model_id, experiment_id, variant_label) |