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

Fix problems in various regression tests #236

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago

Also, watutil now complains about illegal plot format specifications.

codecov[bot] commented 3 years ago

Codecov Report

Merging #236 (8631d86) into master (9cc1183) will increase coverage by 4.36%. The diff coverage is 97.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #236      +/-   ##
==========================================
+ Coverage   80.38%   84.75%   +4.36%     
==========================================
  Files          68       68              
  Lines        3395     3417      +22     
==========================================
+ Hits         2729     2896     +167     
+ Misses        666      521     -145     
Impacted Files Coverage Δ
tests/test_compare_voyager.py 97.56% <50.00%> (+63.27%) :arrow_up:
blimpy/waterfall.py 91.20% <100.00%> (+15.50%) :arrow_up:
setup.py 100.00% <100.00%> (ø)
tests/test_filterbank_voyager.py 100.00% <100.00%> (+46.15%) :arrow_up:
tests/test_match_fils.py 100.00% <100.00%> (ø)
tests/test_waterfall.py 100.00% <100.00%> (+14.03%) :arrow_up:
blimpy/match_fils.py 33.78% <0.00%> (+9.45%) :arrow_up:
... and 1 more

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 9cc1183...8631d86. Read the comment docs.