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

fil2h5, h52fil, dice, and bl_scrunch can mangle the output file name #252

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

See issue #251 for details.

codecov[bot] commented 2 years ago

Codecov Report

Merging #252 (98ccf95) into master (4b4063e) will decrease coverage by 0.01%. The diff coverage is 78.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
- Coverage   82.92%   82.91%   -0.02%     
==========================================
  Files          70       70              
  Lines        3579     3612      +33     
==========================================
+ Hits         2968     2995      +27     
- Misses        611      617       +6     
Impacted Files Coverage Δ
blimpy/waterfall.py 91.20% <0.00%> (ø)
blimpy/dice.py 63.46% <60.00%> (+0.35%) :arrow_up:
blimpy/bl_scrunch.py 83.33% <66.66%> (+0.47%) :arrow_up:
tests/test_h52fil.py 82.05% <71.42%> (-13.19%) :arrow_down:
tests/test_fil2h5.py 82.35% <82.35%> (-1.86%) :arrow_down:
blimpy/h52fil.py 83.33% <82.60%> (+3.78%) :arrow_up:
blimpy/utils.py 98.73% <90.90%> (-1.27%) :arrow_down:
blimpy/fil2h5.py 85.36% <100.00%> (+2.03%) :arrow_up:
setup.py 100.00% <100.00%> (ø)

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 4b4063e...98ccf95. Read the comment docs.