Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 16, 2024
1 parent 7173e2c commit 39799ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-round-robin.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test_that("correction is properly applied in rraf", {
expect_equal(sum(monc_sum2one), nLoc(monpop))
expect_true(all(monc_vec >= monc_sum2one),
label = paste0(paste(capture.output(
data.frame(vec = monc_vec, sum2one = monc_sum2one)
data.frame(vec = monc_vec, sum2one = monc_sum2one, equal = monc_vec >= monc_sum2one)
), collapse = "\n"), "\n")
)

Expand Down

0 comments on commit 39799ff

Please sign in to comment.