Skip to content

Commit

Permalink
Add a value for the loglik
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Jul 7, 2024
1 parent 0e5b19a commit 8eeff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-integration_DAISIE.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ test_that("IW loglik does not error when there is recolonization", {
abstolint = tolint[1],
reltolint = tolint[2])

testthat::expect_equal(initloglik_IW, initloglik_IW, tol = 1E-6)
testthat::expect_equal(initloglik_IW, -246.8143677718335880, tol = 1E-6)
})

test_that("DAISIE_ML simple case works", {
Expand Down

0 comments on commit 8eeff12

Please sign in to comment.