AndrewAnnex / SpiceyPy

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

Add new n67 funcs 1 #443

Closed AndrewAnnex closed 2 years ago

AndrewAnnex commented 2 years ago

adds: evsgp4, getfvn, trgsep, twovxf, vprojg

tests failing for twovxf due to a kernel difference I believe. No real order to the functions I picked, but next PR will prioritize new functionality over the 49 parity functions

codecov[bot] commented 2 years ago

Codecov Report

Merging #443 (1360ad1) into main (a9d7111) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff            @@
##             main     #443    +/-   ##
========================================
  Coverage   99.87%   99.87%            
========================================
  Files          12       12            
  Lines       14727    14914   +187     
========================================
+ Hits        14708    14895   +187     
  Misses         19       19            
Impacted Files Coverage Δ
src/spiceypy/spiceypy.py 99.69% <100.00%> (+<0.01%) :arrow_up:
src/spiceypy/tests/gettestkernels.py 100.00% <100.00%> (ø)
src/spiceypy/tests/test_wrapper.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 a9d7111...1360ad1. Read the comment docs.