Skip to content

Commit

Permalink
fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jr-leary7 committed Jan 3, 2024
1 parent 694d9dc commit 35e9611
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/test_scLANE.R
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ withr::with_output_sink(tempfile(), {
genes = gene_embedding$gene,
gene.clusters = gene_embedding$leiden)
# gene program significance
progam_significance <- geneProgramSignificance(list(sim_data$cluster_0),
pt = pt_test$PT,
program.labels = c("Cluster0"))
program_significance <- geneProgramSignificance(list(sim_data$cluster_0),
pt = pt_test$PT,
program.labels = c("Cluster0"))
# gene program drivers
program_drivers <- geneProgramDrivers(sim_data,
genes = gene_embedding$gene,
Expand Down

0 comments on commit 35e9611

Please sign in to comment.