Skip to content

Commit

Permalink
fix minor bug in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
willtownes committed Aug 26, 2020
1 parent 2bac459 commit f97d9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-featureSelection.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_that("featureSelection works", {
se <- SummarizedExperiment(assays=list(logcounts=v,counts=u))
sce <- SingleCellExperiment(assays=list(logcounts=v,counts=u,
sparse_counts=m))
h5<-as(m,"HDF5Matrix") #depends on package HDF5Matrix
h5<-as(u,"HDF5Matrix") #depends on package HDF5Matrix

#check no error with different object types
outU<-devianceFeatureSelection(u)
Expand Down

0 comments on commit f97d9ab

Please sign in to comment.