diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:34:52 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-01-06 20:38:29 +0100 |
commit | f99bdd8697c3bfbd432a320774a4692fd0e1241a (patch) | |
tree | f2f03f30d3fa3f25780f21611ec407b7a90ad2eb /tests/testthat/test_error_models.R | |
parent | d28ce9f8ad6f9573e403ebd8eb637ecd5e5b0e02 (diff) |
Make saemix and corresponding tests optional
Address release critical check and test issues
Diffstat (limited to 'tests/testthat/test_error_models.R')
-rw-r--r-- | tests/testthat/test_error_models.R | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testthat/test_error_models.R b/tests/testthat/test_error_models.R index 2a1ffcc1..c11f6712 100644 --- a/tests/testthat/test_error_models.R +++ b/tests/testthat/test_error_models.R @@ -56,6 +56,7 @@ test_that("The default error model algorithm finds the best known AIC values for f_tc_exp_d_3 <- mmkin(c("SFO", "DFOP", "HS"), lapply(experimental_data_for_UBA_2019, function(x) x$data), error_model = "tc", + cores = n_cores, quiet = TRUE) AIC_exp_d_3 <- lapply(f_tc_exp_d_3, AIC) |