world-federation-of-advertisers / cardinality_estimation_evaluation_framework

Evaluation framework and methods for estimating cardinalities of groups of sets
Apache License 2.0
22 stars 9 forks source link

Fix geo bloom filter crash issue #72

Closed my2457 closed 4 years ago

my2457 commented 4 years ago

As noise is added, sometimes, first_moment(lower_bound) >0 can crash the program

my2457 commented 4 years ago

Can you add a test for this?

Test has been added, please take a look, thanks!