-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Propagate d2mutau and NsVbi from PVSystem #611
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
|
I'm rethinking the initial idea to build the recombination equation into What do people feel about adding I have had two recent requests for this capability. |
|
It doesn't really bother me if the two extra arguments aren't used, I'm more concerned about extra code, unless def singlediode_recomb(...):
return result
def singlediode():
return singlediode_recomb(..., vbi=None, d2mutau=None): |
| [[ 21.3592591 , 0. , 21.3592591 ], | ||
| [ 292.5162373 , 64.42628826, 246.95997198], | ||
| [ 941.47847463, 727.07261187, 258.25370648]]), | ||
| [[ 21.3592591, 0. , 21.3592591 ], |
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.
E203 whitespace before ','
E202 whitespace before ']'
|
Was this merged? |
|
No - want to work it? |
|
Another PR I killed by accident when cleaning out old branches. I'm not going to re-open this PR, because it had unrelated commits on top of it. Still learning... |
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):