Skip to content

Commit c6125fe

Browse files
committed
fix
1 parent 2ce7e00 commit c6125fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-check_convergence.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_that("check_convergence", {
1616
expect_true(check_convergence(model))
1717
expect_equal(
1818
check_convergence(model),
19-
structure(TRUE, gradient = 0.000280307452338331),
19+
structure(TRUE, gradient = NA_real_),
2020
tolerance = 1e-3
2121
)
2222
})

0 commit comments

Comments
 (0)