Skip to content

Commit a72d557

Browse files
committed
Merge branch 'fix2461' of https://github.com/OmarBahamida/pvlib-python into pr/2486
2 parents 4d56803 + a1ea251 commit a72d557

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pvlib/pvarray.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def _infer_k_huld(cell_type, pdc0, k_version):
236236
pdc0 : numeric
237237
Power of the modules at reference conditions [W]
238238
k_version : str
239-
Either '2011' or '2025'.
239+
Either 'pvgis5' or 'pvgis6'.
240240
241241
Returns
242242
-------
@@ -263,7 +263,7 @@ def _infer_k_huld(cell_type, pdc0, k_version):
263263
-0.000043, 0.0),
264264
'cis': (-0.011001, -0.029734, -0.002887, 0.000217,
265265
-0.000163, 0.0),
266-
'cdte': (-0.020644, -0.035316, -0.003406, 0.000073,
266+
'cdte': (-0.020644, -0.035136, -0.003406, 0.000073,
267267
-0.000141, 0.000002)}
268268
else:
269269
raise ValueError(f'Invalid k_version={k_version}: must be either '

0 commit comments

Comments
 (0)