Skip to content

Commit da0b3e6

Browse files
committed
pacify linter
1 parent 19664be commit da0b3e6

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
@@ -1135,7 +1135,7 @@ def get_irradiance(self, solar_zenith, solar_azimuth, dni, ghi, dhi,
11351135
# dni_extra is not needed for all models, but this is easier
11361136
if (dni_extra is None and hasattr(solar_zenith, 'index') and
11371137
isinstance(solar_zenith.index, pd.DatetimeIndex)):
1138-
dni_extra = irradiance.get_extra_radiation(solar_zenith.index)
1138+
dni_extra = irradiance.get_extra_radiation(solar_zenith.index)
11391139
else:
11401140
# use the solar constant
11411141
dni_extra = 1367

0 commit comments

Comments
 (0)