Skip to content

Commit 5bb2871

Browse files
authored
Replace apparent_azimuth with solar_azimuth in test_low_sun_angle() (#2551)
1 parent d2f367e commit 5bb2871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)