AndrewAnnex / SpiceyPy

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

updated copyrights 2022 #442

Closed AndrewAnnex closed 2 years ago

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:

Line 147:5: E306 expected 1 blank line before a nested definition, found 0

Line 260:78: E741 ambiguous variable name 'l'

Comment last updated at 2022-03-19 23:38:26 UTC
codecov[bot] commented 2 years ago

Codecov Report

Merging #442 (0c6ffb1) into main (1394ce2) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #442   +/-   ##
=======================================
  Coverage   99.87%   99.87%           
=======================================
  Files          12       12           
  Lines       14727    14727           
=======================================
  Hits        14708    14708           
  Misses         19       19           
Impacted Files Coverage Δ
src/spiceypy/__init__.py 100.00% <ø> (ø)
src/spiceypy/config.py 100.00% <ø> (ø)
src/spiceypy/spiceypy.py 99.69% <ø> (ø)
src/spiceypy/tests/gettestkernels.py 100.00% <ø> (ø)
src/spiceypy/tests/test_gettestkernels.py 100.00% <ø> (ø)
src/spiceypy/tests/test_spiceerrors.py 100.00% <ø> (ø)
src/spiceypy/tests/test_support_types.py 100.00% <ø> (ø)
src/spiceypy/tests/test_wrapper.py 100.00% <ø> (ø)
src/spiceypy/utils/callbacks.py 100.00% <ø> (ø)
src/spiceypy/utils/exceptions.py 100.00% <ø> (ø)
... and 2 more

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 1394ce2...0c6ffb1. Read the comment docs.