Closed cgobat closed 1 year ago
Merging #466 (a716650) into main (141fe4d) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #466 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 13 13
Lines 15633 15635 +2
=======================================
+ Hits 15612 15614 +2
Misses 21 21
Impacted Files | Coverage Δ | |
---|---|---|
src/spiceypy/utils/exceptions.py | 100.00% <100.00%> (ø) |
LGTM! thanks @cgobat
I encountered a
SPICE(NOTENOUGHDATA2)
error which had no corresponding exception class in SpiceyPy. This PR adds it toexceptions.py
.