Skip to content

Commit f3afd41

Browse files
Update R/generate_oracle_output.R
Co-authored-by: Dylan H. Morris <[email protected]>
1 parent edd6a24 commit f3afd41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/generate_oracle_output.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ generate_oracle_output <- function(hub_path) {
8080

8181
## this involves duplication given how hubUtils::get_round_model_tasks
8282
## behaves by default with round ids created from reference dates,
83-
## but we do this this way for completeness / generality
83+
## but to support hubs with round_ids created in other ways, we
84+
## do it this way and then deduplicate as needed.
8485
list_of_task_lists <- purrr::map(round_ids, \(id) {
8586
hubUtils::get_round_model_tasks(config_tasks, id)
8687
})

0 commit comments

Comments
 (0)