Skip to content

Commit

Permalink
Increase tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Nov 14, 2022
1 parent 0e94e18 commit 60737a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_differential_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ object <- suppressMessages(FindClusters(object, verbose = FALSE))
markers <- FindMarkers(object = object, ident.1="0", ident.2="1")
test_that("FindMarkers recognizes log normalizatio", {
expect_equal(markers[1, "p_val"], 1.598053e-14)
expect_equal(markers[1, "avg_log2FC"], -2.614686)
expect_equal(markers[1, "avg_log2FC"], -2.614686, tolerance = 1e-6)
})

# Tests for FindConservedMarkers
Expand Down

0 comments on commit 60737a1

Please sign in to comment.