Skip to content

Commit 0688d0c

Browse files
committed
Resolve conflicts
1 parent 9ad57f5 commit 0688d0c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

pvlib/irradiance.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -918,11 +918,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
918918
919919
Returns
920920
-------
921-
<<<<<<< HEAD
922921
numeric, Dict, or DataFrame
923-
=======
924-
numeric, OrderedDict, or DataFrame
925-
>>>>>>> 3cbc4adc (Update docstrings for Reindl)
926922
Return type controlled by ``return_components`` argument.
927923
If ``return_components=False``, `sky_diffuse` is returned.
928924
If ``return_components=True``, `diffuse_components` is returned.
@@ -931,11 +927,7 @@ def reindl(surface_tilt, surface_azimuth, dhi, dni, ghi, dni_extra,
931927
The sky diffuse component of the solar radiation on a tilted
932928
surface.
933929
934-
<<<<<<< HEAD
935930
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)
939931
Keys/columns are:
940932
* poa_sky_diffuse: Total sky diffuse
941933
* poa_isotropic

0 commit comments

Comments
 (0)