Skip to content

Commit 5fe6df8

Browse files
Update pvlib/solarposition.py
Co-authored-by: Adam R. Jensen <[email protected]>
1 parent e33872b commit 5fe6df8

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
@@ -856,8 +856,8 @@ def ephemeris(time, latitude, longitude, pressure=101325.0, temperature=12.0):
856856

857857

858858
def calc_time(lower_bound, upper_bound, latitude, longitude, attribute, value,
859-
altitude=0.0, pressure=101325.0, temperature=12.0, horizon='+0:00',
860-
xtol=1.0e-12):
859+
altitude=0.0, pressure=101325.0, temperature=12.0,
860+
horizon='+0:00', xtol=1.0e-12):
861861
"""
862862
Calculate the time between lower_bound and upper_bound
863863
where the attribute is equal to value. Uses PyEphem for

0 commit comments

Comments
 (0)