Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Jul 29, 2023
1 parent 61a40ef commit c998ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-model-optimize.R
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ test_that("optimize() recognizes new jacobian argument", {
expect_equal(fit$metadata()$jacobian, 0)

fit2 <- mod$optimize(data = data_list, jacobian = TRUE)
expect_equal(fit$metadata()$jacobian, 1)
expect_equal(fit2$metadata()$jacobian, 1)
})

0 comments on commit c998ace

Please sign in to comment.