Skip to content

Commit 0ee4a87

Browse files
committed
Change PVSystem to Array in Array.get_iam() error message
1 parent e4a00aa commit 0ee4a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,7 @@ def get_iam(self, aoi, iam_model='physical'):
13631363
return iam.sapm(aoi, self.module_parameters)
13641364
elif model == 'interp':
13651365
raise ValueError(model + ' is not implemented as an IAM model'
1366-
'option for PVSystem')
1366+
'option for Array')
13671367
else:
13681368
raise ValueError(model + ' is not a valid IAM model')
13691369

0 commit comments

Comments
 (0)