-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Location.get_rise_set_transit #606
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
Help me understand this test failure: |
…ure rather than content
Ready for review |
Test failure is on py2.7-min, because functions being tested require pyephem. |
|
Strange. The base python is 3.6 but tests run in a conda env with 3.7. I suspect it's related to conda packaging issues that will resolve themselves. That configuration passed on master 8 days ago, but failed on master when I reran it a few minutes ago. So that confirms this PR is not doing something unexpected. |
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.
Looks good to me.
@cwhanse the test failure is unrelated. You can merge this if you're ready. |
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.rst
for API changes.docs/sphinx/source/whatsnew
file for all changes.Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):
Location
method wrappingsun_rise_set_transit_xxx
functions.