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

fix power method init in MPI wproj test #253

Closed Luke-Pratley closed 5 years ago

Luke-Pratley commented 5 years ago

I have fixed some issues that might be causing this test to sometimes fail.

codecov-io commented 5 years ago

Codecov Report

Merging #253 into development will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development     #253      +/-   ##
===============================================
+ Coverage        86.43%   86.44%   +<.01%     
===============================================
  Files               67       67              
  Lines             5309     5310       +1     
===============================================
+ Hits              4589     4590       +1     
  Misses             720      720
Impacted Files Coverage Δ
cpp/tests/mpi_measurement_operator.cc 93.9% <100%> (+0.03%) :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 e0fe5ec...e3ff181. Read the comment docs.

Luke-Pratley commented 5 years ago

@dpshelio Okay, this is the fix for that failed test. It is passing (now at least).