File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ psi_s_mm <- function(kf_mmh) (3.237 * (kf_mmh/25.4)^(-0.328)) * 25.4
139139
140140### Run Model
141141
142- ``` {r run_model, eval = TRUE }
142+ ``` {r run_model, eval = !is_ghactions }
143143# Number of cores for parallel processing (or: automatic)
144144#future::plan(future::multisession, workers = parallel::detectCores() - 1)
145145
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ knitr::opts_chunk$set(
1212 collapse = TRUE,
1313 comment = "#>"
1414)
15- # is_ghactions <- identical(Sys.getenv("CI"), "true")
16- is_ghactions <- FALSE
15+ is_ghactions <- identical(Sys.getenv("CI"), "true")
16+ # is_ghactions <- FALSE
1717```
1818
1919### Define Paths and Scenarios
@@ -149,7 +149,7 @@ psi_s_mm <- function(kf_mmh) (3.237 * (kf_mmh/25.4)^(-0.328)) * 25.4
149149
150150### Run Model
151151
152- ``` {r run_model, eval = TRUE }
152+ ``` {r run_model, eval = !is_ghactions }
153153debug <- TRUE
154154#Number of cores for parallel processing (or: automatic)
155155future::plan(future::multisession, workers = parallel::detectCores())
You can’t perform that action at this time.
0 commit comments