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 313d6f9 commit 1736665Copy full SHA for 1736665
pvlib/test/test_solarposition.py
@@ -483,6 +483,6 @@ def test_analytical_azimuth():
483
[ -30., 180., 10.]]))
484
485
zeniths = solarposition.solar_zenith_analytical(*test_angles.T)
486
- azimuths = solarposition.solar_azimuth_analytical(*test_angles.T, zeniths)
+ azimuths = solarposition.solar_azimuth_analytical(*test_angles.T, zenith=zeniths)
487
488
assert not np.isnan(azimuths).any()
0 commit comments