diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-09 10:54:38 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-04-09 10:54:38 +0200 |
commit | 2742d752ac85f7dcf8f8907ecb763bffb2b8fba4 (patch) | |
tree | 334c906625024c7843d907357fc58c6e127261bf /tests/testthat/test_residuals.R | |
parent | e4e54169ab3961c354f580bc489d150299038367 (diff) |
Tests on Travis: Residuals tolerance and skip another plot
Diffstat (limited to 'tests/testthat/test_residuals.R')
-rw-r--r-- | tests/testthat/test_residuals.R | 2 |
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) }) |