Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jun 19, 2022
1 parent a1293db commit 2b3b353
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/testthat/test-glmmTMB.R
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
)
)

Expand Down Expand Up @@ -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]"
)
)

Expand Down

0 comments on commit 2b3b353

Please sign in to comment.