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
In [5]: times=pd.DatetimeIndex(start='2015', end='2016', freq='1h')
Following the remainder of the package overview yields clear sky conditions for Tuscon that are shifted because UTC time is assumed instead of Mountain (UTC-0700) for Tuscon, AZ:
in the documentation for pvlib-0.3.2 the package overview still uses naive times:
Following the remainder of the package overview yields clear sky conditions for Tuscon that are shifted because UTC time is assumed instead of Mountain (UTC-0700) for Tuscon, AZ:
Since v0.3.0, UTC or localized times are required.
Updating the times with the correct time zone:
now yields
The text was updated successfully, but these errors were encountered: