Skip to content

Commit

Permalink
quick test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Feb 16, 2024
1 parent 640bb9c commit 3bda2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-gs_dendro.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_that("Gene set dendrogram is created", {
expect_is(my_dend_pval, "dendrogram")

re_subset <- res_enrich_withscores[res_enrich_withscores[1:12, ]$z_score >= 0, ]
my_dend_subset <- gs_dendro(re_subset, n_gs = 12, color_leaves_by = "z_score")
my_dend_subset <- gs_dendro(re_subset, n_gs = 18, color_leaves_by = "z_score")
expect_is(my_dend_subset, "dendrogram")

expect_warning(gs_dendro(res_enrich_withscores,
Expand Down

0 comments on commit 3bda2c5

Please sign in to comment.