Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 9, 2024
1 parent d8100de commit 4eb6371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/units/hic/pixel_selector_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ TEST_CASE("HiC: pixel selector fetch (expected NONE BP 10000)", "[hic][long]") {
}
SECTION("inter-chromosomal") {
constexpr std::size_t expected_size = 56743;
constexpr double expected_sum = 12610.80619812;
constexpr double expected_sum = 12710.32078149;
auto sel = File(path, 10'000, MatrixType::expected, MatrixUnit::BP)
.fetch("chr2L", "chr4", hictk::balancing::Method::NONE());
const auto buffer = sel.read_all<double>();
Expand Down Expand Up @@ -387,7 +387,7 @@ TEST_CASE("HiC: pixel selector fetch (oe NONE BP 10000)", "[hic][long]") {
}
SECTION("inter-chromosomal") {
constexpr std::size_t expected_size = 56743;
constexpr double expected_sum = 317520.00459671;
constexpr double expected_sum = 315034.01705551;
auto sel = File(path, 10'000, MatrixType::oe, MatrixUnit::BP)
.fetch("chr2L", "chr4", hictk::balancing::Method::NONE());
const auto buffer = sel.read_all<double>();
Expand Down

0 comments on commit 4eb6371

Please sign in to comment.