Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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.11.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Contributors
* Mark A. Mikofski (:ghuser:`mikofski`)
* Ben Pierce (:ghuser:`bgpierc`)
* Jose Meza (:ghuser:`JoseMezaMendieta`)
* Luiz Reis (:ghuser:`luizreiscver`)
* Bernat Nicolau (:ghuser:`BernatNicolau`)
* Eduardo Sarquis (:ghuser:`EduardoSarquis`)

2 changes: 1 addition & 1 deletion pvlib/singlediode.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
def _prepare_newton_inputs(x0, args, method_kwargs):
"""
Make inputs compatible with Scipy's newton by:
- converting all arugments (`x0` and `args`) into numpy.ndarrays if any
- converting all arguments (`x0` and `args`) into numpy.ndarrays if any

Check failure on line 635 in pvlib/singlediode.py

View workflow job for this annotation

GitHub Actions / flake8-linter

W291 trailing whitespace
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove trailing white space please

argument is not a scalar.
- broadcasting the initial guess `x0` to the shape of the argument with
the greatest size.
Expand Down
Loading