Skip to content

Commit 1fc0e1d

Browse files
cbcrespocwhanse
andauthored
Apply batched suggestions from code review
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
1 parent e93b7c1 commit 1fc0e1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pvlib/pvsystem.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
335335
model : String, default 'haydavies'
336336
Irradiance model.
337337
diffuse_components : bool, default False
338-
If `True`, returns values for the different diffuse irradiance
339-
components available from the selected model
340-
(e.g., isotropic, circumsolar, horizon brightening).
338+
If `True`, returns the diffuse irradiance components available
339+
from the selected model (e.g., `poa_isotropic`,
340+
`poa_circumsolar`, `poa_horizon`).
341341
If `False`, only the total diffuse irradiance is returned.
342342
343343
kwargs
@@ -1276,7 +1276,7 @@ def get_iam_diffuse(self, surface_tilt, iam_model='marion_diffuse',
12761276
Determine the incidence angle modifier for various diffuse irradiance
12771277
components using the method specified by ``iam_model``.
12781278
1279-
Parameters for `iam_model` from `Array.module_parameters` are used if
1279+
Parameters for `iam_model` are used from `Array.module_parameters` if
12801280
found. If parameters are not found in `Array.module_parameters`,
12811281
default parameters for `iam_model` are used.
12821282

0 commit comments

Comments
 (0)