From 1ce5a9dae7a550ed15951f0625e18dfdbc795519 Mon Sep 17 00:00:00 2001 From: RDaxini Date: Tue, 23 Sep 2025 09:23:46 -0600 Subject: [PATCH] Update test_tracking.py --- tests/test_tracking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tracking.py b/tests/test_tracking.py index 8f3cb5824d..9a7ee98bef 100644 --- a/tests/test_tracking.py +++ b/tests/test_tracking.py @@ -294,7 +294,7 @@ def test_horizon_tilted(): def test_low_sun_angles(): # GH 656, 824 result = tracking.singleaxis( - apparent_zenith=80, apparent_azimuth=338, axis_tilt=30, + apparent_zenith=80, solar_azimuth=338, axis_tilt=30, axis_azimuth=180, max_angle=60, backtrack=True, gcr=0.35) expected = { 'tracker_theta': np.array([60.0]),