diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 21:50:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-07-21 21:50:42 +0200 |
commit | d7226beed357b5a98ca31dc10859dc3fd2653291 (patch) | |
tree | 995ea466c66fdfcd3a74420a51e25252ac85eaf1 | |
parent | e621d0ea24081b3b5b3e324e8fd19422dd60e16f (diff) |
Fix test_twa (correct "cores" argument")
-rw-r--r-- | tests/testthat/test_twa.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_twa.R b/tests/testthat/test_twa.R index 2cfa0f89..27a76ee8 100644 --- a/tests/testthat/test_twa.R +++ b/tests/testthat/test_twa.R @@ -20,7 +20,7 @@ context("Calculation of maximum time weighted average concentrations (TWAs)") twa_models <- c("SFO", "FOMC", "DFOP") fits <- mmkin(twa_models, list(FOCUS_D = FOCUS_2006_D), - quiet = TRUE, mc.cores = 1) + quiet = TRUE, cores = 1) SFO_SFO <- mkinmod(parent = list(type = "SFO", to = "m1"), m1 = list(type = "SFO"), quiet = TRUE) |