AndrewAnnex / SpiceyPy

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

fix for error message tkversion #455

Closed AndrewAnnex closed 1 year ago

AndrewAnnex commented 1 year ago

required some restructuring of stypes/exceptions/libspicehelper

simpler versions of this pr resulted in circular imports so bigger changes were necessary. Need to see if I need to preserve exceptions in stypes module or not. Was importing everything in multiple places so unclear if it breaks things now

codecov[bot] commented 1 year ago

Codecov Report

Merging #455 (89fe2e5) into main (75f6c79) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #455   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          12       12           
  Lines       15562    15578   +16     
=======================================
+ Hits        15543    15559   +16     
  Misses         19       19           
Impacted Files Coverage Δ
src/spiceypy/utils/support_types.py 99.59% <ø> (-0.01%) :arrow_down:
src/spiceypy/spiceypy.py 99.71% <100.00%> (+<0.01%) :arrow_up:
src/spiceypy/tests/test_spiceerrors.py 100.00% <100.00%> (ø)
src/spiceypy/utils/exceptions.py 100.00% <100.00%> (ø)
src/spiceypy/utils/libspicehelper.py 99.86% <100.00%> (+<0.01%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.