diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 11:07:53 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-03-04 11:07:53 +0100 |
commit | 9464ef97992c31436b39110a9b19e2ee3990df71 (patch) | |
tree | 754b2a732a9ef75b2e80e50abae19cbf5fb280d5 /tests | |
parent | d3da24d4d7e616ba2c862905a1a57fc05f453746 (diff) |
Winbuilder also needs cores = 1v0.9.48.1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testthat/test_plots_summary_twa.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_plots_summary_twa.R b/tests/testthat/test_plots_summary_twa.R index f58ce764..201faa73 100644 --- a/tests/testthat/test_plots_summary_twa.R +++ b/tests/testthat/test_plots_summary_twa.R @@ -19,7 +19,7 @@ models <- c("SFO", "FOMC", "DFOP", "HS") fits <- mmkin(models, list(FOCUS_C = FOCUS_2006_C, FOCUS_D = FOCUS_2006_D), - quiet = TRUE, cores = if (Sys.getenv("TRAVIS") == "") 15 else 1) + quiet = TRUE, cores = 1) context("Calculation of maximum time weighted average concentrations (TWAs)") |