Skip to content

Commit a5d1cb5

Browse files
authored
Fix test for riscv64 (#114)
Fixes #113
1 parent 1663262 commit a5d1cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-hashing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ test_that("edge cases are handled correctly with combinatorial barcodes", {
241241
out <- hashedDrops(mat[keep,,drop=FALSE], combinations=rbind(4:2), ambient=ambient[keep])
242242
SCALING <- median(mat[keep]/ambient[keep])
243243
PSEUDO <- mean(ambient[keep]) * SCALING
244-
expect_identical(out$LogFC, .compute_expected_lfc(SCALING, PSEUDO))
244+
expect_equal(out$LogFC, .compute_expected_lfc(SCALING, PSEUDO))
245245
}
246246
})
247247

0 commit comments

Comments
 (0)