-
Notifications
You must be signed in to change notification settings - Fork 1.1k
rename losses.py to soiling.py #937
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
RTD build fail looks related to not getting forecast data from a server. |
The Kimber gallery example will need updates as well. |
Done. Do you think that caused the test failure? It was unclear to me where the failure happened. |
This is ready for review. Open issue: deprecate this change, or just make the change? |
Building that commit locally ( |
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.
LGTM. Thanks Cliff!
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.
I think I brought this up somewhere else and apologies if I have forgotten what was decided: Do we want to deprecate losses.soiling_hsu
or just make the change? kimber
is new in 0.7.2 so no need to deprecate it.
My vote is not to deprecate and just move to |
Can I abstain? I don't want to vote |
Yes. Hearing nothing more, the "aye" has it. No deprecation on renaming |
@CameronTStark can you see what is going on with the py3.6 and py3.7 tests for pvlib.forecast.py? I've re-run the failed tests, same result. Maybe the data server is down, but if so I don't understand why py3.5 tests would pass. |
The CI test failures here aren't due to anything in this PR and I suspect the failures are due to the external API. The failures come from test_forecast.py pulling data with NAM() five times and once with GFS() with errors pertaining to
I'll keep an eye out for results from new PRs while digging further. Thanks for highlighting it @cwhanse! |
Thanks @cwhanse! |
hey everyone . i want to print atabnle of monthly value of soiling loss as a table to get the value of each month instead of a plot in kimber model . pleas help. |
Hi @nassim86, we use this forum for developing the package, but your question is more about usage. Can you please repost your question to the pvlib google group instead of here? It would probably also be helpful to include more detail about what exactly you want to calculate. Thanks! https://groups.google.com/g/pvlib-python |
docs/sphinx/source/api.rst
for API changes.docs/sphinx/source/whatsnew
for all changes. Includes link to the GitHub Issue with:issue:`num`
or this Pull Request with:pull:`num`
. Includes contributor name and/or GitHub username (link with:ghuser:`user`
).Renames
pvlib.losses
topvlib.soiling
, functions renamed frompvlib.losses.soiling_hsu
topvlib.soiling.hsu
, andpvlib.losses.soiling_kimber
topvlib.soiling.kimber