From 39799ffc798abbcd8a25135111c9e4cf3856abb4 Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Thu, 16 May 2024 10:49:05 -0700 Subject: [PATCH] more debugging --- tests/testthat/test-round-robin.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/test-round-robin.R b/tests/testthat/test-round-robin.R index 6b8eb9b9..78438fcb 100644 --- a/tests/testthat/test-round-robin.R +++ b/tests/testthat/test-round-robin.R @@ -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") )