From fd4bd411df739903279d8b52faa19d5059afbda7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Tue, 1 Nov 2022 09:46:33 +0100 Subject: Improved printing for illparms() For the case of single fits and no ill-defined parameters found --- tests/testthat/test_saemix_parent.R | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/testthat/test_saemix_parent.R') diff --git a/tests/testthat/test_saemix_parent.R b/tests/testthat/test_saemix_parent.R index 39efa18f..e7574b01 100644 --- a/tests/testthat/test_saemix_parent.R +++ b/tests/testthat/test_saemix_parent.R @@ -12,6 +12,7 @@ test_that("Parent fits using saemix are correctly implemented", { expect_equal(illparms(sfo_saem_1), "sd(parent_0)") # So we have also done a fit without this variance expect_equal(illparms(sfo_saem_1_reduced), character(0)) + expect_silent(print(illparms(sfo_saem_1_reduced))) # We cannot currently do the fit with completely fixed initial values mmkin_sfo_2 <- update(mmkin_sfo_1, fixed_initials = c(parent = 100)) -- cgit v1.2.1