Skip to content

Commit 9ad57f5

Browse files
committed
Update docstrings for Reindl
1 parent 0225746 commit 9ad57f5

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pvlib/irradiance.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,11 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
918918
919919
Returns
920920
-------
921+
<<<<<<< HEAD
921922
numeric, Dict, or DataFrame
923+
=======
924+
numeric, OrderedDict, or DataFrame
925+
>>>>>>> 3cbc4adc (Update docstrings for Reindl)
922926
Return type controlled by ``return_components`` argument.
923927
If ``return_components=False``, `sky_diffuse` is returned.
924928
If ``return_components=True``, `diffuse_components` is returned.
@@ -927,7 +931,11 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
927931
The sky diffuse component of the solar radiation on a tilted
928932
surface.
929933
934+
<<<<<<< HEAD
930935
diffuse_components : Dict (array input) or DataFrame (Series input)
936+
=======
937+
diffuse_components : OrderedDict (array input) or DataFrame (Series input)
938+
>>>>>>> 3cbc4adc (Update docstrings for Reindl)
931939
Keys/columns are:
932940
* poa_sky_diffuse: Total sky diffuse
933941
* poa_isotropic
@@ -961,7 +969,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
961969
in [3]_.
962970
963971
For clarity, the horizon component in `reindl` corresponds to the term
964-
added on top of the `hay–davies` formulation, on which `reindl` builds.
972+
added on top of the `haydavies` formulation, on which `reindl` builds.
965973
966974
References
967975
----------

0 commit comments

Comments
 (0)