Skip to content

Commit

Permalink
test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksah committed Apr 18, 2024
1 parent 6d1c3c8 commit 6e71b6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-runemjmcmc-example-match-1.4.3.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ test_that("runemjmcmc output matches version 1.4.3", {
expect_length(res$p.post, 50)
expect_length(res$m.post, 2455)
expect_length(res$s.mass, 1)
expect_equal(mean(res$p.post), 0.3602442, tolerance = 1e-4)
expect_equal(mean(res$m.post), 0.000407332, tolerance = 1e-4)
expect_equal(res$s.mass, 0)
})

0 comments on commit 6e71b6c

Please sign in to comment.