Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed May 7, 2024
1 parent 90942e2 commit 52c2718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-check_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ test_that("check_distribution", {
expect_equal(
out$p_Residuals,
c(
0, 0, 0, 0, 0.90625, 0, 0, 0, 0.0625, 0, 0, 0.03125, 0, 0,
0, 0, 0, 0, 0, 0, 0
0, 0, 0, 0, 0.90625, 0, 0, 0, 0.0625, 0, 0, 0, 0.03125, 0, 0,
0, 0, 0, 0, 0, 0
),
tolerance = 1e-4
)
Expand Down

0 comments on commit 52c2718

Please sign in to comment.