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.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_residuals.R b/tests/testthat/test_residuals.R
index e6e54dd5..cf0b11fd 100644
--- a/tests/testthat/test_residuals.R
+++ b/tests/testthat/test_residuals.R
@@ -15,5 +15,5 @@ test_that("Residuals are correctly returned", {
expect_equivalent(
residuals(fit_tc_1, standardized = TRUE)[1:3],
c(-0.2474499, -0.3794267, 2.2749216),
- tolerance = 1e-7)
+ tolerance = 1e-6)
})

Contact - Imprint