Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Jan 8, 2024
1 parent c7cf903 commit d8100de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ inline double HiCBlockReader::avg() const {
const auto bin_size = bins().bin_size();
// We round down for two reasons:
// - to be consistent with straw
// - and because the last bin is usually smaller than the bin_size
// - because the last bin is usually smaller than the bin_size
const auto num_bins1 = chrom1().size() / bin_size;
const auto num_bins2 = chrom2().size() / bin_size;

Expand Down

0 comments on commit d8100de

Please sign in to comment.