Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eaasna committed Oct 2, 2024
1 parent 13f32e7 commit 0e8a25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/valik/search/producer_threads_parallel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inline void prefilter_queries_parallel(seqan3::interleaved_bloom_filter<ibf_data
{
if (arguments.verbose)
verbose_out.write_warning(record, bin_hits.size());
else if (arguments.keep_repeats) // keep bin hits that are supported by the most patterns per query segment
if (arguments.keep_repeats) // keep bin hits that are supported by the most patterns per query segment
{
size_t mean_bin_support = std::max((size_t) 2, (size_t) std::round((double) total_pattern_hits / (double) bin_hits.size()));
for (auto const [bin, count] : bin_hits)
Expand Down

0 comments on commit 0e8a25b

Please sign in to comment.