diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 00:57:40 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2022-10-26 00:57:40 +0200 |
commit | 0d8521f3f60082f0fd27da00a7ac8bcef9ee5ba0 (patch) | |
tree | 2065de43684960b6c41d74a59d215b3bc0163ac8 /tests/testthat/test_multistart.R | |
parent | 4030a3083d7ca51bc5d606dd95a877fb00967003 (diff) |
Make multistart work with testthat scopes
Also skip long-running test with saem using the analytical from mkin
Diffstat (limited to 'tests/testthat/test_multistart.R')
-rw-r--r-- | tests/testthat/test_multistart.R | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testthat/test_multistart.R b/tests/testthat/test_multistart.R index 04f08aa7..e0b1ecd7 100644 --- a/tests/testthat/test_multistart.R +++ b/tests/testthat/test_multistart.R @@ -1,4 +1,6 @@ -test_that("multistart works for saem.mmix models", { +context("Multistart method for saem.mmkin models") + +test_that("multistart works for saem.mmkin models", { saem_biphasic_m_multi <- multistart(saem_biphasic_m, n = 8, cores = n_cores) expect_known_output(print(saem_biphasic_m_multi), |