You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flakey bloomfilter test prop_calc_size_fpr_fpr
It was failing for very large FPR values. This test involves rounding
to an integer number of bits (filter size). With a low number of bits
(corresponding to high FPRs and small number of elements) the accuracy
loss from rounding is significant. So we need looser tolerances in
these cases.
0 commit comments