Skip to content

Commit 794ed98

Browse files
committed
Update mismatch.py
1 parent eaa90b4 commit 794ed98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/spectrum/mismatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ def spectral_factor_polo(precipitable_water, airmass_absolute, aod500, aoi,
780780
'cdte': (0.0021, -0.01, 1.01),
781781
'monosi': (0, -0.003, 1.0),
782782
}
783-
if module_type is not None:
783+
if module_type is not None:
784784
coeff = _coefficients[module_type]
785785
c_albedo = c[module_type]
786786
else:

0 commit comments

Comments
 (0)