Passing "method" argument to singlediode #1802
-
Greetings team! One of my test weather sets, which used to work fine under pvlib 0.8.0 and 0.9.0, has started misbehaving when using more recent versions. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @sixyphe, I think you're right that there is currently no clean way to specify the singlediode method when using the PVSystem class. That would be a good feature to add. However that might not be necessary to resolve your problem. Some changes (see #1782 and the issues linked therein) were made to the lambert solver in the last release that might solve your issue. Can you install v0.10.1 ( |
Beta Was this translation helpful? Give feedback.
Hello @sixyphe,
I think you're right that there is currently no clean way to specify the singlediode method when using the PVSystem class. That would be a good feature to add.
However that might not be necessary to resolve your problem. Some changes (see #1782 and the issues linked therein) were made to the lambert solver in the last release that might solve your issue. Can you install v0.10.1 (
pip install pvlib==0.10.1
) and see if your issue persists?