Skip to content

Commit

Permalink
kickoff again
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Apr 18, 2024
1 parent 9821640 commit 1b2ab35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model-laplace.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test_that("laplace() runs when all arguments specified validly", {
expect_equal(fit1$metadata()$draws, as.integer(ok_arg_values$draws))
expect_equal(fit1$mode()$metadata()$jacobian, as.integer(ok_arg_values$jacobian))
expect_equal(fit1$mode()$metadata()$init_alpha, ok_arg_values$opt_args$init_alpha)

expect_equal(fit1$mode()$metadata()$tol_obj, ok_arg_values$opt_args$tol_obj, tolerance = 0)

# leaving all at default (except 'data')
Expand Down

0 comments on commit 1b2ab35

Please sign in to comment.