Skip to content

Commit 607938d

Browse files
committed
error message
1 parent 5052843 commit 607938d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/pvarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _infer_k_huld(cell_type, pdc0, k_version):
267267
-0.000141, 0.000002)}
268268
else:
269269
raise ValueError(f'Invalid k_version={k_version}: must be either '
270-
'"2011" or "2025" as a string')
270+
'"pvgis5" or "pvgis6"')
271271
k = tuple([x*pdc0 for x in huld_params[cell_type.lower()]])
272272
return k
273273

0 commit comments

Comments
 (0)