aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_mixed.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-10-25 22:42:45 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-10-25 22:42:45 +0200
commit6434fc856c62355f49f87b77d891ef00a38da22c (patch)
tree65ca9ddae8d1705d37e53ec833c05210b5d557a5 /tests/testthat/test_mixed.R
parent6c85446cfe1a2d4592b35cc4b1bac9400771ea07 (diff)
Increase rounding in test for travis
As the "const" error model parameters is stored on log scale in nlme
Diffstat (limited to 'tests/testthat/test_mixed.R')
-rw-r--r--tests/testthat/test_mixed.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R
index 4488f2e2..ce142875 100644
--- a/tests/testthat/test_mixed.R
+++ b/tests/testthat/test_mixed.R
@@ -12,7 +12,7 @@ test_that("nlme results are reproducible to some degree", {
# Round error model parameters as they are not rounded in the summary
dfop_nlme_1$modelStruct$varStruct$const <-
- signif(dfop_nlme_1$modelStruct$varStruct$const, 4)
+ signif(dfop_nlme_1$modelStruct$varStruct$const, 3)
dfop_nlme_1$modelStruct$varStruct$prop <-
signif(dfop_nlme_1$modelStruct$varStruct$prop, 4)
test_summary <- summary(dfop_nlme_1)

Contact - Imprint