Skip to content

Commit 6ee438b

Browse files
Update pvlib/bifacial/ants2d.py
Co-authored-by: Adam R. Jensen <39184289+AdamRJensen@users.noreply.github.com>
1 parent 6e39273 commit 6ee438b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pvlib/bifacial/ants2d.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,10 +442,11 @@ def get_irradiance(tracker_rotation, axis_azimuth, solar_zenith, solar_azimuth,
442442
rows. [unitless]
443443
444444
ground_irradiance : dict or DataFrame
445+
Only returned when ``return_ground_components=True``.
445446
``ground_irradiance`` is a DataFrame when inputs are Series
446447
and ``n_ground_segments=1``, a dict of scalars when inputs are scalars
447448
and ``n_ground_segments=1``, and a dict of ``np.ndarray``
448-
otherwise. Only returned when ``return_ground_components=True``.
449+
otherwise.
449450
The following quantities are included:
450451
451452
- ``ground_direct``: direct irradiance incident on the ground surface.

0 commit comments

Comments
 (0)