Skip to content

Commit 3837f54

Browse files
fix a typo at the singlediode function (#2179)
* fix a typo at the singlediode function * add a new colaborator name * Update pvlib/singlediode.py space removed Co-authored-by: Cliff Hansen <[email protected]> --------- Co-authored-by: Cliff Hansen <[email protected]>
1 parent a14e95e commit 3837f54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Contributors
6969
* Mark A. Mikofski (:ghuser:`mikofski`)
7070
* Ben Pierce (:ghuser:`bgpierc`)
7171
* Jose Meza (:ghuser:`JoseMezaMendieta`)
72+
* Luiz Reis (:ghuser:`luizreiscver`)
7273
* Carlos Cárdenas-Bravo (:ghuser:`cardenca`)
7374
* Marcos R. Escudero (:ghuser:`marc-resc`)
7475
* Bernat Nicolau (:ghuser:`BernatNicolau`)

pvlib/singlediode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ def _shape_of_max_size(*args):
632632
def _prepare_newton_inputs(x0, args, method_kwargs):
633633
"""
634634
Make inputs compatible with Scipy's newton by:
635-
- converting all arugments (`x0` and `args`) into numpy.ndarrays if any
635+
- converting all arguments (`x0` and `args`) into numpy.ndarrays if any
636636
argument is not a scalar.
637637
- broadcasting the initial guess `x0` to the shape of the argument with
638638
the greatest size.

0 commit comments

Comments
 (0)