Skip to content

Commit

Permalink
fixed bakers_gamma_for_2_k_matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbuetow committed Nov 12, 2024
1 parent 5c83fa5 commit 57d0fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cor_bakers_gamma.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test_that("bakers_gamma_for_2_k_matrix works", {
k_matrix_dend1 <- cutree(dend1, k = 1:nleaves(dend1))
k_matrix_dend2 <- cutree(dend2, k = 1:nleaves(dend2))

expect_identical(
expect_equal(
bakers_gamma_for_2_k_matrix(k_matrix_dend1, k_matrix_dend1, to_plot = T),
1
)
Expand Down

0 comments on commit 57d0fcb

Please sign in to comment.