Skip to content

Commit c530195

Browse files
authored
Fix comment typo in plot_simple_irradiance_adjustment (pvlib#2576)
1 parent 5b41b3f commit c530195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/shading/plot_simple_irradiance_adjustment_for_horizon_shading.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# After location information and a date range is established, solar position
1515
# data is calculated using :py:func:`pvlib.solarposition.get_solarposition`.
1616
# Horizon data is assigned, and interpolated to the solar azimuth time
17-
# series data. Finally, in times when solar elevation is greater than the
17+
# series data. Finally, in times when solar elevation is less than the
1818
# interpolated horizon elevation angle, DNI is set to 0.
1919

2020
import numpy as np

0 commit comments

Comments
 (0)