Skip to content

Commit

Permalink
Newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sthawinke committed May 15, 2020
1 parent 92303e6 commit 0e7ea3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/testthat.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
library(testthat)
library(SPsimSeq)
test_check("SPsimSeq")
test_check("SPsimSeq")
2 changes: 1 addition & 1 deletion tests/testthat/test-SPsimSeq-input.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ test_that("SPsimSeq throws warnings when log-fold change threshold too high", {
group = MYCN.status, n.genes = 20, batch.config = 1,
group.config = c(0.5, 0.5), tot.samples = 8,
pDE = 0.1, lfc.thrld = 50, result.format = "list"))
})
})
2 changes: 1 addition & 1 deletion tests/testthat/test-SPsimSeq-output.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ test_that("SPsimSeq returns correct output types", {
group.config = c(0.5, 0.5), tot.samples = 4,
pDE = 0.1, lfc.thrld = 0.5, result.format = "SCE")[[1]],
"SingleCellExperiment")
})
})

0 comments on commit 0e7ea3c

Please sign in to comment.