-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
The PVSystem
class and the system_def
function accept keyword arguments series_modules
and parallel_modules
. Until PR #171, pvlib code did not actually use them and they only existed for user extensions. As brought up in #171 by @jforbess, these names are confusing at best.
Now is a good time to change them since they didn't actually do anything before. I would support something like series_modules --> modules_per_string
and parallel_modules --> strings
.
I'd normally wait for 0.4 to implement a change that could break user code, but in this case I'm leaning towards 0.3.3 release because 1) it's unlikely that anyone is actually using these arguments and 2) #171 is going in 0.3.3.
Thoughts?