Skip to content

Commit ab2de3a

Browse files
Kurt RheeKurt Rhee
authored andcommitted
line too long in solarposition.py
1 parent 5eb9d00 commit ab2de3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/solarposition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -862,8 +862,8 @@ def ephemeris(time, latitude, longitude, pressure=101325.0, temperature=12.0):
862862

863863

864864
def calc_time(lower_bound, upper_bound, latitude, longitude, attribute, value,
865-
altitude=0.0, pressure=101325.0, temperature=12.0, horizon='+0:00',
866-
xtol=1.0e-12):
865+
altitude=0.0, pressure=101325.0, temperature=12.0,
866+
horizon='+0:00', xtol=1.0e-12):
867867
"""
868868
Calculate the time between lower_bound and upper_bound
869869
where the attribute is equal to value. Uses PyEphem for

0 commit comments

Comments
 (0)