astro-informatics / purify

Next-generation radio interferometric imaging.
https://astro-informatics.github.io/purify
GNU General Public License v2.0
17 stars 13 forks source link

explicitly put relative difference convergence criteria into kmeans #246

Closed Luke-Pratley closed 5 years ago

Luke-Pratley commented 5 years ago

Now it is possible for the programmer to choose the tolerance for the convergence of kmeans. Should have been like this from the start

codecov-io commented 5 years ago

Codecov Report

Merging #246 into development will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           development     #246   +/-   ##
============================================
  Coverage        86.43%   86.43%           
============================================
  Files               67       67           
  Lines             5309     5309           
============================================
  Hits              4589     4589           
  Misses             720      720
Impacted Files Coverage Δ
cpp/purify/distribute.cc 95.16% <100%> (ø) :arrow_up:
cpp/purify/distribute.h 100% <100%> (ø) :arrow_up:

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 419cfc9...9acf033. Read the comment docs.

Luke-Pratley commented 5 years ago

@dpshelio Can you also approve this?