sunrise and sunset from pyephem#588
Conversation
pvlib/solarposition.py
Outdated
There was a problem hiding this comment.
would next_sun_rise_set_pyephem be more consistent with your preferred naming scheme?
There was a problem hiding this comment.
Yes, I'll change. I have in mind Location.get_next_sunrise, Location.get_previous_sunrise as wrapper methods.
pvlib/test/test_solarposition.py
Outdated
There was a problem hiding this comment.
E226 missing whitespace around arithmetic operator
pvlib/test/test_solarposition.py
Outdated
There was a problem hiding this comment.
E226 missing whitespace around arithmetic operator
pvlib/test/test_solarposition.py
Outdated
There was a problem hiding this comment.
E124 closing bracket does not match visual indentation
pvlib/test/test_solarposition.py
Outdated
There was a problem hiding this comment.
E999 SyntaxError: can't delete function call
|
Sigh. |
|
Fixed the timezone behavior. Ready for review/approve/merge. |
|
Looks good to me. You can resolve the merge conflict locally or in the web interface (click resolve conflicts and then delete the >>> --- <<< cruft). Usually github will automatically take the union of this file. Not sure why it's not working this time. |
|
I went ahead and resolved the conflict. Merging... |
pvlib python pull request guidelines
Thank you for your contribution to pvlib python! You may delete all of these instructions except for the list below.
You may submit a pull request with your code at any stage of completion.
The following items must be addressed before the code can be merged. Please don't hesitate to ask for help if you're unsure of how to accomplish any of the items below:
docs/sphinx/source/api.rstfor API changes.docs/sphinx/source/whatsnewfile for all changes.Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):