Skip to content

Commit 592f8f4

Browse files
committed
# noqa: E501
1 parent dd94707 commit 592f8f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/irradiance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __getattr__(attr):
3131

3232

3333
def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
34-
method='spencer', epoch_year=2014, **kwargs): # noqa: E501
34+
method='spencer', epoch_year=2014, **kwargs):
3535
"""
3636
Determine extraterrestrial radiation from day of year. Specific references
3737
for each method of caclulating the earth-sun distance are cited in the
@@ -90,7 +90,7 @@ def get_extra_radiation(datetime_or_doy, solar_constant=1366.1,
9090
.. [6] I. Reda, A. Andreas, "Solar position algorithm for solar
9191
radiation applications" NREL Golden, USA. NREL/TP-560- 34302, 2008.
9292
93-
"""
93+
""" # noqa: E501
9494

9595
to_doy, to_datetimeindex, to_output = \
9696
_handle_extra_radiation_types(datetime_or_doy, epoch_year)

0 commit comments

Comments
 (0)