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

One small typo in readme #117

Closed anderson15 closed 3 years ago

anderson15 commented 3 years ago

lightning vs lightening

codecov-commenter commented 3 years ago

Codecov Report

Merging #117 (c903313) into master (e14c139) will decrease coverage by 0.00%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #117      +/-   ##
==========================================
- Coverage   98.34%   98.34%   -0.01%     
==========================================
  Files          10        9       -1     
  Lines         909      908       -1     
==========================================
- Hits          894      893       -1     
  Misses         15       15              
Impacted Files Coverage Δ
src/ParallelKMeans.jl

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e14c139...c903313. Read the comment docs.

PyDataBlog commented 3 years ago

@anderson15 thanks for the fix. Will merge after CI passes.