Skip to content

pvlib.pvsystem.calcparams_desoto #479

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

Closed
vanpnguyen opened this issue Jun 15, 2018 · 4 comments
Closed

pvlib.pvsystem.calcparams_desoto #479

vanpnguyen opened this issue Jun 15, 2018 · 4 comments

Comments

@vanpnguyen
Copy link

Could someone help explain what cause the error and how to fix it?

I want to output Voc at a defined effective_irradiance and temp_cell.

Thank you,

image

@cwhanse
Copy link
Member

cwhanse commented Jun 15, 2018

pvlib.__version__ ?

@cwhanse
Copy link
Member

cwhanse commented Jun 15, 2018

Ah, I think I see your problem. You are calling pvlib.pvsystem.calcparams_desoto with the API from #471, but your pvlib package will have the old API for that function. You can either go back to the old function call style (using the module_parameters dict or figure out how to copy the new pvsystem.py into your package. Sorry I can't be of more help with that last option.

@wholmgren
Copy link
Member

https://pvlib-python.readthedocs.io/en/stable/ links to the docs for the latest release.

https://pvlib-python.readthedocs.io/en/latest/ links to the docs for the latest commit on pvlib/master. I believe this is the default, and perhaps we should change that if possible.

You can google around for hints on installing the latest version from github in a way that fits your workflow. pip install <link to gh repo> is probably the easiest.

@mikofski
Copy link
Member

mikofski commented Jun 17, 2018

@vanpnguyen seems like in the future this issue might be better asked at pvlib-python Google group thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants