Skip to content

Commit ee8728d

Browse files
committed
fix
1 parent a916d58 commit ee8728d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests/testthat/test-glmmTMB.R

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,18 +1057,18 @@ withr::with_options(list(parameters_exponentiate = FALSE), {
10571057
expect_equal(
10581058
params$Coefficient,
10591059
c(
1060-
2.54713,
1061-
-1.08747,
1062-
0.2723,
1063-
1.88964,
1064-
0.15712,
1065-
-0.17007,
1066-
3.40563,
1067-
1.21316,
1068-
-1,
1069-
2.73583,
1070-
1.56833,
1071-
1
1060+
1.67235,
1061+
-1.04261,
1062+
0.26841,
1063+
-4.04202,
1064+
-1.37236,
1065+
-4.82905,
1066+
2.17996,
1067+
1.05919,
1068+
-0.98828,
1069+
5.86354,
1070+
12.51802,
1071+
0.979
10721072
),
10731073
tolerance = 1e-2
10741074
)

0 commit comments

Comments
 (0)