Skip to content

Commit 1ce5a9d

Browse files
committed
Update test_tracking.py
1 parent d2f367e commit 1ce5a9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tracking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def test_horizon_tilted():
294294
def test_low_sun_angles():
295295
# GH 656, 824
296296
result = tracking.singleaxis(
297-
apparent_zenith=80, apparent_azimuth=338, axis_tilt=30,
297+
apparent_zenith=80, solar_azimuth=338, axis_tilt=30,
298298
axis_azimuth=180, max_angle=60, backtrack=True, gcr=0.35)
299299
expected = {
300300
'tracker_theta': np.array([60.0]),

0 commit comments

Comments
 (0)