Skip to content

Commit

Permalink
Print-debudding p.post for Windows and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Feb 19, 2024
1 parent fd10bac commit bc1f89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-pinferunemjmcmc-example-match-1.4.3.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ test_that("pinferunemjmcmc output matches version 1.4.3", {
expect_equal(ncol(res1$feat.stat), 2L)
expect_equal(mean(res1$allposteriors$posterior), 0.3, tolerance = 1e-1)
expect_true(all(res1$threads.stats[[1]]$p.post >= 0))
print(res1$threads.stats) # TEMP
expect_true(all(res1$threads.stats[[1]]$p.post <= 1))
})

0 comments on commit bc1f89d

Please sign in to comment.