In pvlib/pvlib-python#1361, pvlib-python had to implement a workaround for passing scalar inputs to pvfactors, as described in pvlib/pvlib-python#1332.
pvfactors should either update docstrings to not specify numeric where scalars are not allowed, or actually allow all numeric types.
In pvlib/pvlib-python#1361,
pvlib-pythonhad to implement a workaround for passing scalar inputs topvfactors, as described in pvlib/pvlib-python#1332.pvfactorsshould either update docstrings to not specifynumericwhere scalars are not allowed, or actually allow allnumerictypes.