In Debian, we have a single test failing on riscv64
── Failure ('test-hashing.R:244:9'): edge cases are handled correctly with combinatorial barcodes ──
out$LogFC not identical to .compute_expected_lfc(SCALING, PSEUDO).
Objects equal but not identical
We could patch the test to use expect_equal instead of expect_identical, but I wanted to check here first to see if that was okay
Hello,
In Debian, we have a single test failing on riscv64
We could patch the test to use
expect_equal
instead ofexpect_identical
, but I wanted to check here first to see if that was okay