Skip to content

Commit

Permalink
Merge pull request #13 from kjsato/main-test
Browse files Browse the repository at this point in the history
modified dir_path and data_path to indicate local_path in ensemble.R
  • Loading branch information
kjsato authored Mar 25, 2024
2 parents fe1a214 + 0c0db34 commit 4414047
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/ensemble.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## ensemble.R customized for rsv-forecast-hub, split from rsv-forecast-hub_data

local_path <- paste0(dirname(here::here()))
dir_path <- file.path(local_path, "rsv-forecast-hub-kjsato/")
data_path <- file.path(local_path, "rsv-forecast-hub-kjsato/")

#dir_path <- file.path(local_path, "rsv-forecast-hub-kjsato/")
#data_path <- file.path(local_path, "rsv-forecast-hub-kjsato/")
dir_path <- local_path
data_path <- local_path

## ----lib-ens, include=FALSE---------------------------------------------------
# remotes::install_github("Infectious-Disease-Modeling-Hubs/hubEnsembles")
Expand Down

0 comments on commit 4414047

Please sign in to comment.