UCBerkeleySETI / blimpy

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

Fix crash in fil2h5 on very large filterbank files #219

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago

Issue #218

codecov[bot] commented 3 years ago

Codecov Report

Merging #219 (f121755) into master (6f02b7a) will increase coverage by 0.01%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #219      +/-   ##
==========================================
+ Coverage   78.64%   78.65%   +0.01%     
==========================================
  Files          60       60              
  Lines        3011     2999      -12     
==========================================
- Hits         2368     2359       -9     
+ Misses        643      640       -3     
Impacted Files Coverage Δ
setup.py 0.00% <0.00%> (ø)
blimpy/fil2h5.py 84.61% <87.50%> (+6.35%) :arrow_up:
tests/test_fil2h5.py 93.33% <100.00%> (-1.67%) :arrow_down:
blimpy/io/hdf_writer.py 75.82% <0.00%> (-1.10%) :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 a61a98e...f121755. Read the comment docs.