Skip to content

Commit

Permalink
Remove print statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebittinger committed Nov 23, 2024
1 parent 88fd8e7 commit b7669bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-adonis-custom.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ test_that("adonisplus works for one group with restricted permutations", {
statistic = c(0.863281711244329, NA, NA),
p.value = c(0.8, NA, NA)
)
print(observed)
if (Sys.info()["sysname"] == "Darwin") {
expected$p.value <- c(0.9, NA, NA)
}
Expand Down

0 comments on commit b7669bd

Please sign in to comment.