Skip to content

Commit

Permalink
Merge pull request #18 from kjsato/main-test
Browse files Browse the repository at this point in the history
added a line to print getwd() to investigate the path in ensemble.R
  • Loading branch information
kjsato authored Mar 25, 2024
2 parents 58bafcc + 3f3713b commit a92b768
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ensemble.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ library(jsonlite)

## ----setup_specifics, include=FALSE---------------------------------------------------
print(file.path("../hub-config/tasks.json"))
print(getwd())
dates_archive <- unlist(jsonlite::read_json(file.path("../hub-config/tasks.json"))$rounds[[1]]$model_tasks[[1]]$task_ids$origin_date$optional)
dates_archive <- dates_archive[as.Date(dates_archive) <= Sys.Date()]

Expand Down

0 comments on commit a92b768

Please sign in to comment.