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_mixed.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_mixed.R')
-rw-r--r-- | tests/testthat/test_mixed.R | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index de030199..e005c982 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -24,7 +24,6 @@ test_that("nlme results are reproducible to some degree", { test_summary$date.summary <- "Dummy date for testing" test_summary$time <- c(elapsed = "test time 0") - print(test_summary, digits = 1) expect_known_output(print(test_summary, digits = 1), "summary_dfop_nlme_1.txt") # The biphasic example data illustrate that DFOP parameters are difficult to |