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

Fixing some bugs in kmeans algo and added an example #263

Closed Luke-Pratley closed 5 years ago

Luke-Pratley commented 5 years ago

...for comparing the conjugate calculation

codecov-io commented 5 years ago

Codecov Report

Merging #263 into development will decrease coverage by 0.02%. The diff coverage is 86.48%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #263      +/-   ##
===============================================
- Coverage        86.46%   86.43%   -0.03%     
===============================================
  Files               66       66              
  Lines             6259     6275      +16     
===============================================
+ Hits              5412     5424      +12     
- Misses             847      851       +4
Impacted Files Coverage Δ
cpp/purify/mpi_utilities.h 100% <ø> (ø) :arrow_up:
cpp/purify/distribute.cc 95.29% <100%> (+0.23%) :arrow_up:
cpp/tests/kmeans.cc 100% <100%> (ø) :arrow_up:
cpp/tests/mpi_measurement_operator.cc 94.15% <100%> (+0.01%) :arrow_up:
cpp/purify/mpi_utilities.cc 83.89% <50%> (ø) :arrow_up:
cpp/purify/operators.h 93.29% <66.66%> (-0.56%) :arrow_down:
cpp/purify/wproj_operators.cc 87.34% <66.66%> (-2.14%) :arrow_down:

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 a732220...5e65ac4. Read the comment docs.

Luke-Pratley commented 5 years ago

This is ready to merge!