aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_mhmkin.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-11-29 20:23:17 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2022-11-29 20:23:17 +0100
commitaaa4cab7e0c7212f91147a9789af54b97fe342ca (patch)
tree44605b8b650f032a035dbe5cd7ba6512b351a666 /tests/testthat/test_mhmkin.R
parent61b9a4046582da5cf88bd3c04d0d6ca77adc3405 (diff)
Complete starting values in summary for saem.mmkin fits
Also update tests to the changes in mhmkin (see NEWS)
Diffstat (limited to 'tests/testthat/test_mhmkin.R')
-rw-r--r--tests/testthat/test_mhmkin.R10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/testthat/test_mhmkin.R b/tests/testthat/test_mhmkin.R
index 93333ac1..e2339f28 100644
--- a/tests/testthat/test_mhmkin.R
+++ b/tests/testthat/test_mhmkin.R
@@ -46,14 +46,4 @@ test_that("Multiple hierarchical kinetic models can be fitted and diagnosed", {
print(fits_synth_const),
"print_fits_synth_const.txt")
- hfits_no_ranef_auto <- update(hfits, no_random_effect = "auto", auto_ranef_threshold = 2)
-
- expect_known_output(
- print(hfits_no_ranef_auto),
- "print_hfits_synth_no_ranef_auto.txt")
-
- expect_known_output(
- print(illparms(hfits_no_ranef_auto)),
- "illparms_hfits_synth_no_ranef_auto.txt")
-
})

Contact - Imprint