diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 09:44:14 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-12-09 09:44:14 +0100 |
commit | f33ce936323d9afc884f9254fb57d19744cadf75 (patch) | |
tree | d19d0d3ac4bbbacea712550a82d9764fadd89477 /tests/testthat/test_saem.R | |
parent | c51fe964d66303f531d6b593b6fe46bdfacb13b4 (diff) |
Fix tests and rerun
Diffstat (limited to 'tests/testthat/test_saem.R')
-rw-r--r-- | tests/testthat/test_saem.R | 2 |
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" |