Skip to content

Commit 5ac3b35

Browse files
cwhanseadriesse
andauthored
Update pvlib/irradiance.py
Co-authored-by: Anton Driesse <[email protected]>
1 parent 675a422 commit 5ac3b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2409,7 +2409,7 @@ def _gti_dirint_check_input(aoi):
24092409
Raises Exceptions from input data that cause the algorithm to fail.
24102410
"""
24112411
if not (aoi < 90).any():
2412-
raise ValueError("AOI >= 90 for all input data to gti_dirint. "
2412+
raise ValueError("There are no times with AOI < 90. "
24132413
"gti_dirint requires some data with AOI < 90.")
24142414

24152415

0 commit comments

Comments
 (0)