Skip to content

Commit 9d5bc55

Browse files
committed
Tolerance
1 parent d69bf73 commit 9d5bc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_stan_glm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ test_that("stan_glm returns expected result for bernoulli", {
261261
val <- coef(fit)
262262
if (links[i] != "log") {
263263
ans <- coef(glm(y ~ x, family = fam, etastart = theta))
264-
expect_equal(val, ans, 0.09, info = links[i])
264+
expect_equal(val, ans, 0.15, info = links[i])
265265
}
266266
# else expect_equal(val[-1], ans[-1], 0.06, info = links[i])
267267
}

0 commit comments

Comments
 (0)