aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_dmta.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_dmta.R')
-rw-r--r--tests/testthat/test_dmta.R5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/testthat/test_dmta.R b/tests/testthat/test_dmta.R
index 22fa9d95..7b130999 100644
--- a/tests/testthat/test_dmta.R
+++ b/tests/testthat/test_dmta.R
@@ -139,8 +139,9 @@ dmta_sfo_sfo3p_tc <- mmkin(list("SFO-SFO3+" = sfo_sfo3p),
test_that("Different backends get consistent results for SFO-SFO3+, dimethenamid data", {
- nlme_sfo_sfo3p_tc <- nlme(dmta_sfo_sfo3p_tc,
- start = mean_degparms(dmta_sfo_sfo3p_tc, test_log_parms = TRUE))
+ expect_warning(nlme_sfo_sfo3p_tc <- nlme(dmta_sfo_sfo3p_tc,
+ start = mean_degparms(dmta_sfo_sfo3p_tc, test_log_parms = TRUE)),
+ "Iteration 5, LME step.*not converge")
ints_nlme_mets <- intervals(nlme_sfo_sfo3p_tc, which = "fixed")
skip("Fitting this ODE model with saemix takes about 15 minutes on my system")

Contact - Imprint