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 issues with stix and stax. #237

Closed texadactyl closed 3 years ago

texadactyl commented 3 years ago
  1. Lost executable stix. recovered.
  2. The entry point name for `stax was corrected to be consistent with the rest of blimpy.
codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (da8d697) into master (93e47ef) will not change coverage. The diff coverage is 83.33%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #237   +/-   ##
=======================================
  Coverage   84.75%   84.75%           
=======================================
  Files          68       68           
  Lines        3417     3417           
=======================================
  Hits         2896     2896           
  Misses        521      521           
Impacted Files Coverage Δ
blimpy/stax.py 87.41% <50.00%> (ø)
setup.py 100.00% <100.00%> (ø)
tests/test_stax.py 90.90% <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 93e47ef...da8d697. Read the comment docs.