Skip to content

Commit 771eb46

Browse files
authored
Correct singlediode.bishop88_mpp docs (#1615)
* fix return docstring * whatsnew
1 parent a5f3ef4 commit 771eb46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/sphinx/source/whatsnew/v0.9.4.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Documentation
6565
~~~~~~~~~~~~~
6666
* Added an FAQ page to the docs: :ref:`faq`. (:issue:`1546`, :pull:`1549`)
6767
* Fixed equation in :py:func:`pvlib.iam.martin_ruiz` docstring (:issue:`1561`, :pull:`1599`)
68+
* Fixed an error in :py:func:`pvlib.singlediode.bishop88_mpp` docstring (:issue:`1613`, :pull:`1615`)
6869

6970
Benchmarking
7071
~~~~~~~~~~~~~

pvlib/singlediode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def bishop88_mpp(photocurrent, saturation_current, resistance_series,
422422
423423
Returns
424424
-------
425-
OrderedDict or pandas.DataFrame
425+
tuple
426426
max power current ``i_mp`` [A], max power voltage ``v_mp`` [V], and
427427
max power ``p_mp`` [W]
428428
"""

0 commit comments

Comments
 (0)