-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code reorganization for photometry submodule #354
Code reorganization for photometry submodule #354
Conversation
Hello @jianyangli! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2022-07-06 18:38:58 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, thank you for this!
sbpy/photometry/iau.py
Outdated
from ..bib import cite | ||
|
||
|
||
__all__ = ['HG', 'HG12BaseClass', 'HG12', 'HG1G2', 'HG12_Pen16'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is HG12BaseClass
useful outside of the module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, let me remove it from exporting.
Separate the IAU HG series functions from .core for easy code mantainance.