Open campanelli-sunpower opened 2 years ago
In https://github.com/pvlib/pvlib-python/pull/1361, pvlib-python had to implement a workaround for passing scalar inputs to pvfactors, as described in https://github.com/pvlib/pvlib-python/issues/1332.
pvlib-python
pvfactors
pvfactors should either update docstrings to not specify numeric where scalars are not allowed, or actually allow all numeric types.
numeric
In https://github.com/pvlib/pvlib-python/pull/1361,
pvlib-python
had to implement a workaround for passing scalar inputs topvfactors
, as described in https://github.com/pvlib/pvlib-python/issues/1332.pvfactors
should either update docstrings to not specifynumeric
where scalars are not allowed, or actually allow allnumeric
types.