File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ def martin_ruiz(aoi, a_r=0.16):
270270 which is presented as :math:`AL(\alpha) = 1 - IAM` in equation 4 of [1]_,
271271 with :math:`\alpha` representing the angle of incidence AOI. Thus IAM = 1
272272 at AOI = 0, and IAM = 0 at AOI = 90. This equation is only valid for
273- -90 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
273+ 0 <= aoi <= 90, therefore `iam` is constrained to 0.0 outside this
274274 interval.
275275
276276 References
@@ -292,7 +292,6 @@ def martin_ruiz(aoi, a_r=0.16):
292292 pvlib.iam.interp
293293 pvlib.iam.sapm
294294 '''
295- # Contributed by Anton Driesse (@adriesse), PV Performance Labs. July, 2019
296295
297296 aoi_input = aoi
298297
@@ -891,8 +890,8 @@ def schlick_diffuse(surface_tilt):
891890 implements only the integrated Schlick approximation.
892891
893892 Note also that the output of this function (which is an exact integration)
894- can be compared with the output of :py:func:`marion_diffuse` which numerically
895- integrates the Schlick approximation:
893+ can be compared with the output of :py:func:`marion_diffuse` which
894+ numerically integrates the Schlick approximation:
896895
897896 .. code::
898897
You can’t perform that action at this time.
0 commit comments