-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closes #423 total_irrad docstring #425
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
Fix total_irrad docstring
Fix formatting in irradiance.py
Done I think. |
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 except for the typo.
pvlib/irradiance.py
Outdated
@@ -294,13 +294,20 @@ def total_irrad(surface_tilt, surface_azimuth, | |||
model='isotropic', | |||
model_perez='allsitescomposite1990', **kwargs): | |||
r""" | |||
Determine diffuse irradiance from the sky on a tilted surface. | |||
Determine total in-plane irradiance and it's beam, sky diffuse and ground |
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.
its, not it's.
I knew that :) |
Yes, of course, I'm sure it was intended to test the reviewers -- thanks! |
@@ -16,6 +16,7 @@ Bug fixes | |||
* fixed redeclaration of test_simplified_solis_series_elevation (:issue:`387`) | |||
* physicaliam now returns a Series if called with a Series as an | |||
argument. (:issue:`397`) | |||
* corrected docstring for irradiance.total_irrad (:issue: '423') |
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.
pls change single quotes around #423 to backticks
pvlib python pull request guidelines
Thank you for your contribution to pvlib python!
You may submit a pull request with your code at any stage of completion, however, before the code can be merged the following items must be addressed:
git diff upstream/master -u -- "*.py" | flake8 --diff
and/or landscape.io linting service.docs/sphinx/source/api.rst
for API changes.docs/sphinx/source/whatsnew
file for all changes.Please don't hesitate to ask for help if you're unsure of how to accomplish any of the above. You may delete all of these instructions except for the list above.
Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):