We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c6fb2 commit 5c7c1e8Copy full SHA for 5c7c1e8
1 file changed
pvlib/tracking.py
@@ -11,7 +11,7 @@
11
since='0.13.1',
12
old_param_name='apparent_azimuth',
13
new_param_name='solar_azimuth')
14
-def singleaxis(solar_zenith, solar_azimuth,
+def singleaxis(apparent_zenith, solar_azimuth,
15
axis_tilt=0, axis_azimuth=0, max_angle=90,
16
backtrack=True, gcr=2.0/7.0, cross_axis_tilt=0):
17
"""
0 commit comments