8000 Add 'zenith=' to test. · UtkuAy/pvlib-python@1736665 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1736665

Browse files
committed
Add 'zenith=' to test.
1 parent 313d6f9 commit 1736665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/test/test_solarposition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,6 @@ def test_analytical_azimuth():
483483
[ -30., 180., 10.]]))
484484

485485
zeniths = solarposition.solar_zenith_analytical(*test_angles.T)
486-
azimuths = solarposition.solar_azimuth_analytical(*test_angles.T, zeniths)
486+
azimuths = solarposition.solar_azimuth_analytical(*test_angles.T, zenith=zeniths)
487487

488488
assert not np.isnan(azimuths).any()

0 commit comments

Comments
 (0)
0