Skip to content

Commit

Permalink
Set tolerance a bit higher [run ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rsetienne committed Oct 8, 2023
1 parent f161823 commit f272fbe
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 @@ -209,7 +209,7 @@ test_that("DAISIE_ML simple case works with nonzero probability of initial
## revert output back to the console -- only then access the file!
# sink(type = "message")
# sink()
testthat::expect_equal(expected_mle, tested_mle, tol = 3E-4)
testthat::expect_equal(expected_mle, tested_mle, tol = 5E-4)
})


Expand Down

0 comments on commit f272fbe

Please sign in to comment.