Skip to content

Commit 58b4129

Browse files
committed
reduce precision for test involving RNG
1 parent bfb7f16 commit 58b4129

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/testthat/test-PoolPrev.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ test_that("PoolPrev returns correct ML and Bayesian estimates", {
8282
expect_lte(round(prev$PrevMLE[[1]], digits = 4), 0.0573)
8383
expect_gte(round(prev$PrevMLE[[1]], digits = 4), 0.0572)
8484
expect_equal(round(prev$PrevBayes[[1]], digits = 3), 0.057)
85-
expect_lte(round(prev$PrevBayes[[1]], digits = 4), 0.0576)
86-
expect_gte(round(prev$PrevBayes[[1]], digits = 4), 0.0572)
8785
})
8886

8987

0 commit comments

Comments
 (0)