Skip to content

Commit

Permalink
[run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Jul 7, 2024
1 parent 090b61e commit 0e5b19a
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) # to be determined
testthat::expect_equal(initloglik_IW, initloglik_IW, tol = 1E-6)
})

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

0 comments on commit 0e5b19a

Please sign in to comment.