aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_residuals.R
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testthat/test_residuals.R')
-rw-r--r--tests/testthat/test_residuals.R4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testthat/test_residuals.R b/tests/testthat/test_residuals.R
index f70ad224..d9974d86 100644
--- a/tests/testthat/test_residuals.R
+++ b/tests/testthat/test_residuals.R
@@ -11,10 +11,10 @@ test_that("Residuals are correctly returned", {
expect_equivalent(
residuals(fit_obs_1, standardized = TRUE)[1:3],
c(-0.21771169, -0.33576060, 2.02836138),
- tolerance = 1e-6)
+ tolerance = 1e-5)
expect_equivalent(
residuals(fit_tc_1, standardized = TRUE)[1:3],
c(-0.2474499, -0.3794267, 2.2749216),
- tolerance = 1e-6)
+ tolerance = 1e-5)
})

Contact - Imprint