Skip to content

Commit

Permalink
Bug Fix: ewce_plot with dendrogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Murphy committed Oct 31, 2023
1 parent e026f3b commit 0413c77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: EWCE
Type: Package
Title: Expression Weighted Celltype Enrichment
Version: 1.10.1
Version: 1.10.2
Authors@R:
c(person(given = "Alan",
family = "Murphy",
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ewce_plot.r
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_that("ewce_plot works", {
#### ewce_plot ####
ewce_plot_res_basic <- ewce_plot(
total_res = full_results$results,
ctd = ctd,
ctd = ctd_basic,
make_dendro = TRUE
)
#so order of 4 plots should be the same
Expand Down

0 comments on commit 0413c77

Please sign in to comment.