HdrHistogram / hdrhistogram-go

A pure Go implementation of Gil Tene's HDR Histogram.
MIT License
435 stars 64 forks source link

Fixed TestMean and TestStdDev to follow expected max value quantization error given sigfigs #40

Closed filipecosta90 closed 3 years ago

filipecosta90 commented 3 years ago

This tests fixes two flaky tests and should allow us to be able to merge #21 without failing any test and with more confidence on the max quantization error check.