10000 Update `singlediode.bishop88` parameter types in docs by reepoi · Pull Request #1821 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Update singlediode.bishop88 parameter types in docs #1821

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 5 commits into from
Sep 12, 2023
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update docs/sphinx/source/whatsnew/v0.10.2.rst
Co-authored-by: Cliff Hansen <cwhanse@sandia.gov>
  • Loading branch information
reepoi and cwhanse authored Aug 11, 2023
commit 26c487fcfa9aa8b4b2ba00aab120390798748a8f
4 changes: 2 additions & 2 deletions docs/sphinx/source/whatsnew/v0.10.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ Documentation
~~~~~~~~~~~~~
* Removed Stickler-CI integration as the service has ceased June 2023.
(:issue:`1722`, :pull:`1723`)
* Restricted :py:func:`pvlib.singlediode.bishop88`,
* Specified that :py:func:`pvlib.singlediode.bishop88`,
:py:func:`pvlib.singlediode.bishop88_i_from_v`, and
:py:func:`pvlib.singlediode.bishop88_v_from_i` parameters `breakdown_factor`,
`breakdown_voltage`, and `breakdown_exp` to be floats.
`breakdown_voltage`, and `breakdown_exp` should be floats.
(:issue:`1820`, :pull:`1821`)

Requirements
Expand Down
0