Skip to content

Commit

Permalink
include interventions in summary generation (#4882)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored Sep 23, 2024
1 parent 34c644e commit dd4ed2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ The input parameters are as follows:
- samples: ${state.numSamples}
- method: ${state.method}
- timespan: ${JSON.stringify(state.currentTimespan)}
- interventions: ${JSON.stringify(interventionPolicy.value?.interventions)};
The output has these metrics at the start:
- ${JSON.stringify(start)}
Expand Down

0 comments on commit dd4ed2f

Please sign in to comment.