Skip to content

Commit d34705c

Browse files
committed
add note regarding array shape
1 parent fe146b6 commit d34705c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pvlib/ivtools/sdm/pvsyst.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ def fit_pvsyst_iec61853_sandia_2025(effective_irradiance, temp_cell,
402402
403403
Notes
404404
-----
405+
Input arrays of operating conditions and electrical measurements must be
406+
1-D with equal lengths.
407+
405408
This method is non-iterative. In some cases, it may be desirable to
406409
refine the estimated parameter values using a numerical optimizer like
407410
those provided in ``scipy.optimize``.

0 commit comments

Comments
 (0)