Skip to content

Commit

Permalink
Update YAML model output files
Browse files Browse the repository at this point in the history
  • Loading branch information
venexia committed May 28, 2024
1 parent adab0c0 commit cb48964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysis/create_project_actions.R
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ actions_list <- splice(
run = "r:latest analysis/model/make_model_output.R",
needs = as.list(paste0("cox_ipw-",success$name)),
moderately_sensitive = list(
model_output = glue("output/model_output.csv")
model_output = glue("output/model_output.csv"),
model_output_midpoint6 = glue("output/model_output_midpoint6.csv")
)
)
)
Expand Down
1 change: 1 addition & 0 deletions project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4151,4 +4151,5 @@ actions:
outputs:
moderately_sensitive:
model_output: output/model_output.csv
model_output_midpoint6: output/model_output_midpoint6.csv

0 comments on commit cb48964

Please sign in to comment.