diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-27 08:06:59 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-27 08:06:59 +0100 |
commit | c446b59e675aeff08ff7205b05f06cd81bf6dc68 (patch) | |
tree | e02e6be6232df57e8722865b06e71af3157af891 /tests/testthat/test_FOCUS_D_UBA_expertise.R | |
parent | 10f2314d12bc1e1664b1ff1db015d1df9f7fbe34 (diff) |
Fix CAKE export test to actually work
Also test the model specification via the link argument
Diffstat (limited to 'tests/testthat/test_FOCUS_D_UBA_expertise.R')
-rw-r--r-- | tests/testthat/test_FOCUS_D_UBA_expertise.R | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testthat/test_FOCUS_D_UBA_expertise.R b/tests/testthat/test_FOCUS_D_UBA_expertise.R index ff2c6f5f..42c4fcfb 100644 --- a/tests/testthat/test_FOCUS_D_UBA_expertise.R +++ b/tests/testthat/test_FOCUS_D_UBA_expertise.R @@ -51,9 +51,6 @@ test_that("Fits with formation fractions are correct for FOCUS D", { c(7.02, 23.33)) expect_equal(round(as.numeric(endpoints(fit.ff)$distimes["m1", ]), 1), c(131.8, 437.7)) - # The following value is not from the UBA expertise, only used here - # to check stability of the AIC calculation - expect_equivalent(AIC(fit.ff), 212.6, scale = 1, tolerance = 0.1) }) test_that("Fits without internal transformations are correct for FOCUS D", { |