Skip to content
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.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`)
* Carlos Cárdenas-Bravo (:ghuser:`cardenca`)
* Marcos R. Escudero (:ghuser:`marc-resc`)
* Bernat Nicolau (:ghuser:`BernatNicolau`)
Expand Down
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 _shape_of_max_size(*args):
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
argument is not a scalar.
- broadcasting the initial guess `x0` to the shape of the argument with
the greatest size.
Expand Down
Loading