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

Version 2.0.24 - catch corrupt B-tree in an HDF5 file with a clearer message #230

Closed texadactyl closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #230 (1818338) into master (0ec133e) will increase coverage by 1.42%. The diff coverage is 90.10%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #230      +/-   ##
==========================================
+ Coverage   78.90%   80.32%   +1.42%     
==========================================
  Files          66       67       +1     
  Lines        3285     3370      +85     
==========================================
+ Hits         2592     2707     +115     
+ Misses        693      663      -30     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
blimpy/io/hdf_reader.py 85.36% <66.66%> (+0.31%) :arrow_up:
tests/test_h5diag.py 98.52% <98.52%> (ø)
blimpy/h5diag.py 90.00% <100.00%> (+61.79%) :arrow_up:
blimpy/waterfall.py 75.69% <0.00%> (+1.59%) :arrow_up:
tests/test_waterfall.py 85.96% <0.00%> (+8.77%) :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 0ec133e...1818338. Read the comment docs.