Skip to content

Correct singlediode.bishop88_mpp docs #1615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.9.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Documentation
~~~~~~~~~~~~~
* Added an FAQ page to the docs: :ref:`faq`. (:issue:`1546`, :pull:`1549`)
* Fixed equation in :py:func:`pvlib.iam.martin_ruiz` docstring (:issue:`1561`, :pull:`1599`)
* Fixed an error in :py:func:`pvlib.singlediode.bishop88_mpp` docstring (:issue:`1613`, :pull:`1615`)

Benchmarking
~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion pvlib/singlediode.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def bishop88_mpp(photocurrent, saturation_current, resistance_series,

Returns
-------
OrderedDict or pandas.DataFrame
tuple
max power current ``i_mp`` [A], max power voltage ``v_mp`` [V], and
max power ``p_mp`` [W]
"""
Expand Down