Skip to content

Commit a5fdc1c

Browse files
RDaxinikandersolar
andauthored
Update pvlib/ivtools/sdm.py
Co-authored-by: Kevin Anderson <[email protected]>
1 parent 2c69218 commit a5fdc1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pvlib/ivtools/sdm.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -587,11 +587,7 @@ def fit_desoto_sandia(ivcurves, specs, const=None, maxiter=5, eps1=1.e-3):
587587
reference conditions, in units of V.
588588
dEgdT : float
589589
The temperature dependence of the energy bandgap (Eg) at reference
590-
conditions [1/K]. May be either a scalar value
591-
(e.g. -0.0002677 as in [1]_) or a DataFrame (this may be useful if
592-
dEgdT is a modeled as a function of temperature). For parameters
593-
from the SAM CEC module database, dEgdT=-0.0002677 is implicit for
594-
all cell types in the parameter estimation algorithm used by NREL.
590+
conditions [1/K].
595591
u : array
596592
Boolean for each IV curve indicating that the parameter values
597593
are deemed reasonable by the private function ``_filter_params``

0 commit comments

Comments
 (0)