Skip to content

Commit fd10a67

Browse files
Update test-eratosthenes.R
1 parent 0c50a7a commit fd10a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-eratosthenes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test_that("mean mcse less than critical threshold", {
102102
result <- gibbs_ad(seq_, alpha_ = 0, omega_ = 1, mcse_crit = 0.0005, max_samples = 10^6)
103103
mcse_ <- result$mcse[synth_rank(seq_)]
104104
expect_lt(mean(mcse_), 0.0005)
105-
})
105+
})
106106

107107
test_that("msd estimates", {
108108
result <- gibbs_ad(seq_, alpha_ = 0, omega_ = 1, mcse_crit = 0.001, max_samples = 10^6)

0 commit comments

Comments
 (0)