You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I know a refactoring of the Array with single axis tracking is in the works #1146. In the meantime, a ValueError is raised when trying to run a SingleAxisTracker defined with an array and supplying (ghi, dni, dhi) weather as a tuple/list. I would expect calling run_model([weather]) would work similarly to a modelchain for a fixed system with an array singleton. The error stems from pvlib.tracking.SingleAxisTracker.get_irradiance because most inputs are pandas.Series, but ghi, dhi, dni are Tuple[Series].
Describe the bug
I know a refactoring of the Array with single axis tracking is in the works #1146. In the meantime, a
ValueError
is raised when trying to run a SingleAxisTracker defined with an array and supplying (ghi, dni, dhi) weather as a tuple/list. I would expect callingrun_model([weather])
would work similarly to a modelchain for a fixed system with an array singleton. The error stems frompvlib.tracking.SingleAxisTracker.get_irradiance
because most inputs arepandas.Series
, but ghi, dhi, dni areTuple[Series]
.To Reproduce
Versions:
pvlib.__version__
: 0.9.0-alpha.2+2.g47654a0The text was updated successfully, but these errors were encountered: