This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datasketches-go.git

commit 60be998b562c05dbde63fe485891b9858799175b
Author: Pierre Lacave <[email protected]>
AuthorDate: Thu Dec 21 13:52:34 2023 +0100

    revert spurious test change
---
 hll/hll_sketch_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hll/hll_sketch_test.go b/hll/hll_sketch_test.go
index 82f7313..75b78f8 100644
--- a/hll/hll_sketch_test.go
+++ b/hll/hll_sketch_test.go
@@ -240,7 +240,7 @@ func TestHLLDataSketchT(b *testing.T) {
        }
        est, err := hll.GetEstimate()
        assert.NoError(b, err)
-       assert.InDelta(b, 1000000, est, float64(1000000)*0.00028)
+       assert.InDelta(b, 1000000, est, float64(1000000)*0.03)
 
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to