NASA-Planetary-Science / sbpy

A Python package for small bodies research
https://sbpy.org/
Other
66 stars 34 forks source link

Testing Astropy6rc [do not merge] #390

Closed mkelley closed 7 months ago

pep8speaks commented 8 months ago

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

Line 260:80: E501 line too long (92 > 79 characters)

Line 46:80: E501 line too long (84 > 79 characters)

Line 17:80: E501 line too long (102 > 79 characters)

Line 19:80: E501 line too long (93 > 79 characters)

Line 10:1: E402 module level import not at top of file

Line 42:80: E501 line too long (92 > 79 characters)

Line 42:80: E501 line too long (82 > 79 characters) Line 65:80: E501 line too long (80 > 79 characters) Line 86:80: E501 line too long (86 > 79 characters) Line 89:80: E501 line too long (85 > 79 characters)

Line 38:80: E501 line too long (108 > 79 characters) Line 54:80: E501 line too long (82 > 79 characters) Line 93:80: E501 line too long (112 > 79 characters) Line 96:80: E501 line too long (85 > 79 characters)

Line 3:80: E501 line too long (80 > 79 characters)

Line 4:80: E501 line too long (80 > 79 characters)

codecov[bot] commented 8 months ago

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (36285d0) 76.84% compared to head (0cb020d) 86.89%.

Files Patch % Lines
sbpy/spectroscopy/tests/test_specgrad.py 55.55% 4 Missing :warning:
sbpy/activity/gas/productionrate.py 80.00% 3 Missing :warning:
sbpy/activity/gas/tests/test_core.py 90.90% 2 Missing :warning:
sbpy/bib/core.py 75.00% 2 Missing :warning:
sbpy/data/ephem.py 87.50% 2 Missing :warning:
sbpy/data/obs.py 75.00% 2 Missing :warning:
sbpy/data/phys.py 80.00% 2 Missing :warning:
sbpy/photometry/core.py 71.42% 2 Missing :warning:
sbpy/spectroscopy/sources.py 80.00% 2 Missing :warning:
sbpy/activity/dust.py 80.00% 1 Missing :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #390 +/- ## =========================================== + Coverage 76.84% 86.89% +10.05% =========================================== Files 78 81 +3 Lines 6974 7096 +122 =========================================== + Hits 5359 6166 +807 + Misses 1615 930 -685 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.