Skip to content

Commit c2419d6

Browse files
committed
Be4 rebase
1 parent e72fe19 commit c2419d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/examples/shading/plot_martinez_shade_loss.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@
128128
# Shaded fraction calculation
129129
# ---------------------------
130130
# The next step is to calculate the fraction of shaded surface. This is done
131-
# using the :py:func:`pvlib.shading.shading_factor1d` function. Using this
132-
# function is straightforward with the amount of information we already have.
131+
# using :py:func:`pvlib.shading.shading_factor1d`. Using this function is
132+
# straightforward with the amount of information we already have.
133+
133134
shaded_fraction = pvlib.shading.shading_factor1d(
134135
surface_tilt, surface_azimuth, apparent_zenith, apparent_azimuth
135136
)

0 commit comments

Comments
 (0)