diff options
| -rw-r--r-- | tests/testthat/test_mixed.R | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/testthat/test_mixed.R b/tests/testthat/test_mixed.R index 8f4f3ae3..4488f2e2 100644 --- a/tests/testthat/test_mixed.R +++ b/tests/testthat/test_mixed.R @@ -10,6 +10,7 @@ test_that("Print methods work", {  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)    dfop_nlme_1$modelStruct$varStruct$prop <- | 
