spacetelescope / jwst_coronagraph_visibility

Visualize approximate pointing constraints for JWST coronagraphs.
https://github.com/spacetelescope/jwst_visibility/blob/master/docs/index.rst
BSD 3-Clause "New" or "Revised" License
8 stars 10 forks source link

Adding docstrings #47

Closed brynickson closed 3 years ago

brynickson commented 3 years ago
  1. Added docstrings to all the functions in skyvec2ins.py, gui.py, tests/skyven2ins.py and tests/gui.py.
  2. Updated version number in setup.py.
pep8speaks commented 3 years ago

Hello @brynickson, Thank you for updating !

Line 22:1: E402 module level import not at top of file Line 23:1: E402 module level import not at top of file Line 25:1: E402 module level import not at top of file Line 26:1: E402 module level import not at top of file Line 27:1: E402 module level import not at top of file Line 28:1: E402 module level import not at top of file Line 29:1: E402 module level import not at top of file Line 30:1: E402 module level import not at top of file Line 31:1: E402 module level import not at top of file Line 32:1: E402 module level import not at top of file Line 43:1: E402 module level import not at top of file Line 44:1: E402 module level import not at top of file

Line 71:34: W504 line break after binary operator Line 72:60: W504 line break after binary operator Line 100:52: W504 line break after binary operator Line 189:51: W504 line break after binary operator Line 503:24: W504 line break after binary operator Line 504:26: W504 line break after binary operator Line 511:25: W504 line break after binary operator Line 512:25: W504 line break after binary operator

Comment last updated at 2021-10-17 04:23:52 UTC