diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 14:57:25 +0100 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2025-02-13 14:57:25 +0100 |
commit | 4c3ce8a3e77969162a6717cb2c5d2dd9f02ef1c9 (patch) | |
tree | 3ef6d58e54d566fa8afa921ee2401dadd1ebf551 /tests | |
parent | 53391cdce906364ace5dfeb1380716425c60ee04 (diff) |
Restrict number of cores for CRAN checks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testthat/test_saemix_parent.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saemix_parent.R b/tests/testthat/test_saemix_parent.R index 88b406b6..8ac04614 100644 --- a/tests/testthat/test_saemix_parent.R +++ b/tests/testthat/test_saemix_parent.R @@ -165,7 +165,7 @@ test_that("illparms finds a single random effect that is ill-defined", { c(parent = sfo_pop$parent_0), sampling_times) add_err(ds_mean, tc, n = 1)[[1]] }) - m_mmkin <- mmkin("SFO", ds_sfo, error_model = "tc", quiet = TRUE) + m_mmkin <- mmkin("SFO", ds_sfo, error_model = "tc", quiet = TRUE, cores = n_cores) m_saem_1 <- saem(m_mmkin) expect_equal( as.character(illparms(m_saem_1)), |