Skip to content

Commit

Permalink
fix: additional minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanderaa committed Jun 10, 2024
1 parent 5257770 commit 026c233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Depends:
R (>= 4.3.0),
QFeatures (>= 1.13.5)
Imports:
dplyr,
IHW,
ggplot2,
ggrepel,
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ScpModel-Class.R
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ test_that("scpModelResiduals", {
## With filtering, with joining
expect_identical(
scpModelResiduals(se, join = TRUE, filtered = TRUE),
do.call(rbind, resids[5:nrow(se)])
BiocGenerics::do.call(rbind, resids[5:nrow(se)])
)
## Test drop = FALSE
model@scpModelFilterThreshold <- 10
Expand Down

0 comments on commit 026c233

Please sign in to comment.