-
Notifications
You must be signed in to change notification settings - Fork 1.1k
PEP8 fixups to solarposition.py and spa.py #50
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
Conversation
@uvchik if this looks good to you then I will merge. For future reference, my vote is to not worry about trailing whitespace. |
Looks good, but between two references must be line break otherwise all references are shown in one line. If you do so you can also keep the 80 character rule. Check the references in : get_solarposition, spa_c, spa_python and get_sun_rise_set_transit. If you change the following lines: References
----------
[1] I. Reda and A. Andreas, Solar position algorithm for solar radiation applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
[2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
[3] USNO delta T: http://www.usno.navy.mil/USNO/earth-orientation/eo-products/long-term to: References
----------
[1] I. Reda and A. Andreas, Solar position algorithm for solar radiation
applications. Solar Energy, vol. 76, no. 5, pp. 577-589, 2004.
[2] I. Reda and A. Andreas, Corrigendum to Solar position algorithm for
solar radiation applications. Solar Energy, vol. 81, no. 6, p. 838, 2007.
[3] USNO delta T:
http://www.usno.navy.mil/USNO/earth-orientation/eo-products/long-term the result will change from
to:
I found some long lines (>79) at 156 and 285. |
Ok, should be fixed now. I think the remaining pep8 errors should be left alone for readability. |
I totally agree. Good work. It's great that the spa algorithm is now integrated in the python code. @wholmgren and @Calama-Consulting I would merge that and add it to 0.1. |
Agreed on all of the above.
|
PEP8 fixups to solarposition.py and spa.py
As requested by @uvchik in #48.