johnmyleswhite / StreamStats.jl

Compute statistics over data streams in pure Julia
Other
48 stars 7 forks source link

Test failures due to randomness #23

Open IainNZ opened 9 years ago

IainNZ commented 9 years ago
FAILED: approx_distinct.jl
test failed: abs(online_d - batch_d) / batch_d < 0.03
 in anonymous at no file:41
 in include at ./boot.jl:245
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:285
 in _start at ./client.jl:354

I could submit a PR, but I wasn't sure if you preferred widening the tolerance or setting a random seed.

johnmyleswhite commented 9 years ago

I'll get to this soon when I do a big rewrite.