We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ce7e00 commit c6125feCopy full SHA for c6125fe
tests/testthat/test-check_convergence.R
@@ -16,7 +16,7 @@ test_that("check_convergence", {
16
expect_true(check_convergence(model))
17
expect_equal(
18
check_convergence(model),
19
- structure(TRUE, gradient = 0.000280307452338331),
+ structure(TRUE, gradient = NA_real_),
20
tolerance = 1e-3
21
)
22
})
0 commit comments