Tim Carey-Smith

Results 2 comments of Tim Carey-Smith

The issue likely is due to how binary histograms handle 0 values. ``` > data = [0, 1] => [0, 1] > a = Aggregate.new(0, 2, 1); data.each {|d| a...

I wonder if you could re-use some of the @travis-ci automation especially for detecting and installing language specific libs and tools.