AndrewAnnex / SpiceyPy

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

added ednmpt edpnt and a whole bunch of other stuff #448

Closed AndrewAnnex closed 2 years ago

AndrewAnnex commented 2 years ago

and possibly more functions

codecov[bot] commented 2 years ago

Codecov Report

Merging #448 (b6f916d) into main (96e8e39) will decrease coverage by 0.11%. The diff coverage is 96.81%.

@@            Coverage Diff             @@
##             main     #448      +/-   ##
==========================================
- Coverage   99.87%   99.75%   -0.12%     
==========================================
  Files          12       12              
  Lines       15028    15567     +539     
==========================================
+ Hits        15009    15529     +520     
- Misses         19       38      +19     
Impacted Files Coverage Δ
src/spiceypy/tests/test_wrapper.py 99.81% <95.53%> (-0.19%) :arrow_down:
src/spiceypy/spiceypy.py 99.57% <97.29%> (-0.13%) :arrow_down:
src/spiceypy/tests/gettestkernels.py 100.00% <100.00%> (ø)
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 96e8e39...b6f916d. Read the comment docs.

pep8speaks commented 2 years ago

Hello @AndrewAnnex! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Comment last updated at 2022-06-13 02:30:17 UTC