Skip to content

Commit a8f7472

Browse files
authored
Merge pull request #257 from stemangiola/stemangiola-patch-1
Stemangiola patch 1
2 parents dcd6ca4 + 1b92c45 commit a8f7472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tidybulk
33
Title: Brings transcriptomics to the tidyverse
4-
Version: 1.9.3
4+
Version: 1.9.4
55
Authors@R: c(person("Stefano", "Mangiola", email = "[email protected]",
66
role = c("aut", "cre")),
77
person("Maria", "Doyle", email = "[email protected]",

tests/testthat/test-bulk_methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ test_that("Only differential trancript abundance - no object",{
219219
expect_equal(
220220
unique(res$logFC)[1:4],
221221
c(-12.58107, -12.19281, -11.58286, -11.19910),
222-
tolerance=1e-6
222+
tolerance=0.5
223223
)
224224

225225
expect_equal(

0 commit comments

Comments
 (0)