aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_saem.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2020-12-09 09:44:14 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2020-12-09 09:44:14 +0100
commitf33ce936323d9afc884f9254fb57d19744cadf75 (patch)
treed19d0d3ac4bbbacea712550a82d9764fadd89477 /tests/testthat/test_saem.R
parentc51fe964d66303f531d6b593b6fe46bdfacb13b4 (diff)
Fix tests and rerun
Diffstat (limited to 'tests/testthat/test_saem.R')
-rw-r--r--tests/testthat/test_saem.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saem.R b/tests/testthat/test_saem.R
index d41efbfa..37456ed4 100644
--- a/tests/testthat/test_saem.R
+++ b/tests/testthat/test_saem.R
@@ -102,7 +102,7 @@ test_that("Parent only models can be fitted with saemix", {
test_that("Simple models with metabolite can be fitted with saemix", {
- expect_known_output(print(saem_biphasic_s), "print_saem_biphasic_s.txt")
+ expect_known_output(print(saem_biphasic_s, digits = 1), "print_saem_biphasic_s.txt")
test_summary <- summary(saem_biphasic_s)
test_summary$saemixversion <- "Dummy 0.0 for testing"

Contact - Imprint