From 2b3b353705625fe0dc2e589dfa3723127393ddd9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 19 Jun 2022 11:42:41 +0200 Subject: [PATCH] fix tests --- tests/testthat/test-glmmTMB.R | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/testthat/test-glmmTMB.R b/tests/testthat/test-glmmTMB.R index 364ad9698..3d1c92482 100644 --- a/tests/testthat/test-glmmTMB.R +++ b/tests/testthat/test-glmmTMB.R @@ -436,8 +436,7 @@ if (.runThisTest && "---------------------------------------------------------", "SD (Intercept: persons) | 3.41 | [ 1.67, 6.93]", "SD (xb: persons) | 1.21 | [ 0.60, 2.44]", - "Cor (Intercept~xb: persons) | -1.00 | [-1.00, 1.00]", - "SD (Residual) | 1.00 | " + "Cor (Intercept~xb: persons) | -1.00 | [-1.00, 1.00]" ) ) @@ -488,8 +487,7 @@ if (.runThisTest && "---------------------------------------------------------", "SD (Intercept: persons) | 3.41 | [ 1.67, 6.93]", "SD (xb: persons) | 1.21 | [ 0.60, 2.44]", - "Cor (Intercept~xb: persons) | -1.00 | [-1.00, 1.00]", - "SD (Residual) | 1.00 | " + "Cor (Intercept~xb: persons) | -1.00 | [-1.00, 1.00]" ) )