File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ infections_baseline_intervention %>%
131131
132132# save intervention object
133133intervention_schoolclosure <- test_intervention
134-
134+ infections_schoolclosure <- infections_intervention
135135
136136
137137# * ----------------------------------------------------------------------
@@ -231,7 +231,7 @@ infections_baseline_intervention %>%
231231
232232# save intervention object
233233intervention_mask_mandate <- test_intervention
234-
234+ infections_mask_mandate <- infections_intervention
235235
236236
237237# * ----------------------------------------------------------------------
@@ -329,5 +329,6 @@ infections_baseline_intervention %>%
329329
330330# save intervention object
331331intervention_vaccinate <- test_intervention
332+ infections_vaccinate <- infections_intervention
332333
333334# nolint end
You can’t perform that action at this time.
0 commit comments