UCBerkeleySETI / blimpy

Breakthrough Listen I/O Methods for Python
https://blimpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
46 stars 41 forks source link

A betterfix to issue #226. #229

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago

Centralise the diagnosis code so it can be maintained in one place. I should have done this in the first place!

codecov[bot] commented 3 years ago

Codecov Report

Merging #229 (64b456a) into master (c310179) will increase coverage by 0.35%. The diff coverage is 56.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #229      +/-   ##
==========================================
+ Coverage   78.54%   78.90%   +0.35%     
==========================================
  Files          66       66              
  Lines        3296     3285      -11     
==========================================
+ Hits         2589     2592       +3     
+ Misses        707      693      -14     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
blimpy/h5diag.py 28.20% <50.00%> (+8.97%) :arrow_up:
blimpy/io/hdf_reader.py 85.04% <61.53%> (+0.28%) :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 c310179...64b456a. Read the comment docs.