We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[info] ! HyperLogLog.Downsize dense HLLs from 14 bits to 4 bits: Falsified after 0 passed tests. [info] > Successes: 80 (out of 100) [info] > Expected successes: 99.72 [info] > Required successes: 84.55 [info] > Example failures: [info] >: Exact result: 5000. Approx result: Approximate(566,2575,4585,0.9972). [info] >Exact result: 5000. Approx result: Approximate(566,2575,4585,0.9972). [info] >Exact result: 5000. Approx result: Approximate(566,2575,4585,0.9972). [info] >Exact result: 5000. Approx result: Approximate(566,2575,4585,0.9972). [info] >Exact result: 5000. Approx result: Approximate(566,2575,4585,0.9972).
I think what may be happening here is that 4 bits are too small for the std-dev to be a very accurate model, and as such the test is too strict.
The text was updated successfully, but these errors were encountered:
duplicate of #572
Sorry, something went wrong.
No branches or pull requests
I think what may be happening here is that 4 bits are too small for the std-dev to be a very accurate model, and as such the test is too strict.
The text was updated successfully, but these errors were encountered: