Skip to content

Commit 773e809

Browse files
committed
Update pvsyst.py
1 parent 6684b2e commit 773e809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/ivtools/sdm/pvsyst.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ def fit_pvsyst_iec61853_sandia_2025(effective_irradiance, temp_cell,
406406
1-D with equal lengths.
407407
408408
This method is non-iterative. In some cases, it may be desirable to
409-
refine the estimated parameter values using a numerical optimizer like
410-
those provided in ``scipy.optimize``.
409+
refine the estimated parameter values using a numerical optimizer such as
410+
the default method in ``scipy.optimize.minimize``.
411411
412412
References
413413
----------

0 commit comments

Comments
 (0)