-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Implement CEC model #560
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
Implement CEC model #560
Conversation
@cwhanse I suggest you wait to resolve the merge conflict until #559 is merged (as soon as tests pass). One way to do it will be:
There are more elegant ways to do it but this is probably the most straightforward. |
I couldn't find a |
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.
Looking good so far. Seems like we're only missing test_pvsystem.py
tests and API/whatsnew documentation.
…to, update whatnews.rst and api.rst
How do I resolve the remaining stickler issues? I'm not finding any open comments, and I've addressed the comments that I did find. |
@cwhanse I don't know. I have no problem merging pull requests that stickler hasn't passed. It's only a guide to help us. |
Ready to go, test failure is related to pulling data for the forecast unit tests. |
I still don't understand why we are maintaining compatibility with the old Within pvlib itself, the User code that directly uses |
I agree with your reason for removing it, I just forgot to do it. |
Great. 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.rst
for API changes.docs/sphinx/source/whatsnew
file for all changes.git diff upstream/master -u -- "*.py" | flake8 --diff
Brief description of the problem and proposed solution (if not already fully described in the issue linked to above):