PyDataBlog / ParallelKMeans.jl

Parallel & lightning fast implementation of available classic and contemporary variants of the KMeans clustering algorithm
MIT License
50 stars 13 forks source link

Test failure on Julia 1.5 #82

Closed Arkoniak closed 3 years ago

Arkoniak commented 4 years ago

Currently I comment out coreset verbose test, since it produces inconsistent results between Julia 1.4.1 and Julia 1.5 nightly. See relevant issue: https://github.com/rfourquet/StableRNGs.jl/issues/3

When it is resolved, tests should be updated appropriately.