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
The test com.tdunning.math.stats.TDigestTest#testSorted can fail with out of order centroids:
com.tdunning.math.stats.TDigestTest#testSorted
previous = {Centroid@1053} "Centroid{centroid=0.9999500019381296, count=5}" centroid = 0.9999500019381296 count = 5 id = 370 actualData = null centroid = {Centroid@1054} "Centroid{centroid=0.9999500019381294, count=3}"
Replicate (sometimes) with
mvn test -Dtests.seed=B382E9EF2739FED -DrunSlowTests=false -Dtests.class=com.tdunning.math.stats.AVLTreeDigestTest
The text was updated successfully, but these errors were encountered:
Close tdunning#169 Re-order terms in division to avoid periodic decim…
74996c7
…al and rounding issues in Centroid#add, fixing out-of-order centroids
Successfully merging a pull request may close this issue.
The test
com.tdunning.math.stats.TDigestTest#testSorted
can fail with out of order centroids:Replicate (sometimes) with
The text was updated successfully, but these errors were encountered: