Open
Description
irradiance.detect_clearsky
expects measured and clear-sky GHI to be input as Series, and has an input times
as a DatetimeIndex.
pvlib-python/pvlib/clearsky.py
Line 629 in 85eeaa7
What is the use case for having times
as a separate input? Should the function instead use measured.index
?