Skip to content

Commit 7fd5720

Browse files
committed
update values
1 parent 4c0db56 commit 7fd5720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test-diagnostic_posterior.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ test_that("diagnostic_posterior default", {
2828
skip_on_os("linux")
2929
dp2 <- diagnostic_posterior(dd2)
3030
expect_equal(dp2$Parameter, c("A", "B"))
31-
expect_equal(dp2$Rhat, c(1.0012553633007766, 1.0008730199159905), tolerance = 1e-3)
31+
expect_equal(dp2$Rhat, c(1.00125536, 1.00087302), tolerance = 1e-3)
3232
expect_true(is.numeric(dp2$ESS))
3333
expect_true(all(dp2$ESS > 0))
34-
expect_equal(dp2$MCSE, c(0.03291257472426944, 0.03590011166377985), tolerance = 1e-3)
34+
expect_equal(dp2$MCSE, c(0.03291257, 0.03590011), tolerance = 1e-3)
3535
})

0 commit comments

Comments
 (0)