AndrewAnnex / SpiceyPy

SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
MIT License
395 stars 84 forks source link

Added TANGPT wrapper and test. #451

Closed marcsit closed 2 years ago

marcsit commented 2 years ago

As described in https://github.com/AndrewAnnex/SpiceyPy/issues/450 

codecov[bot] commented 2 years ago

Codecov Report

Merging #451 (876289a) into main (c82a872) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #451      +/-   ##
==========================================
+ Coverage   99.75%   99.76%   +0.01%     
==========================================
  Files          12       12              
  Lines       15567    20290    +4723     
==========================================
+ Hits        15529    20243    +4714     
- Misses         38       47       +9     
Impacted Files Coverage Δ
src/spiceypy/spiceypy.py 99.65% <100.00%> (+0.08%) :arrow_up:
src/spiceypy/tests/test_wrapper.py 99.82% <100.00%> (+<0.01%) :arrow_up:
src/spiceypy/utils/libspicehelper.py 99.86% <100.00%> (+<0.01%) :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 c82a872...876289a. Read the comment docs.