assaf127

Results 4 comments of assaf127

I managed to fix this problem for me: first, in `kmcuda.cc`, inside `kmeans_init_centroids` I changed this: ``` if (j == 0 || j > samples_size) { assert(j > 0 &&...

The failing checks seem irrelevant for this PR. Also, the coverage report doesn't seems right - I specifically added tests that run over the lines that appear uncovered. Perhaps it...