We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675a422 commit 5ac3b35Copy full SHA for 5ac3b35
pvlib/irradiance.py
@@ -2409,7 +2409,7 @@ def _gti_dirint_check_input(aoi):
2409
Raises Exceptions from input data that cause the algorithm to fail.
2410
"""
2411
if not (aoi < 90).any():
2412
- raise ValueError("AOI >= 90 for all input data to gti_dirint. "
+ raise ValueError("There are no times with AOI < 90. "
2413
"gti_dirint requires some data with AOI < 90.")
2414
2415
0 commit comments