Skip to content

Commit 8273a29

Browse files
committed
linting
1 parent 953d980 commit 8273a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/test_irradiance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def test_dirindex_dni_clearsky_deprecation():
11351135
solar_zenith = pd.Series([90, 89.99], index=times)
11361136
with pytest.warns(pvlibDeprecationWarning, match='dni_clear'):
11371137
irradiance.dirindex(ghi, ghi_clearsky, dni_clearsky=dni_clear,
1138-
zenith = solar_zenith, times = times,
1138+
zenith=solar_zenith, times=times,
11391139
min_cos_zenith=0)
11401140

11411141

0 commit comments

Comments
 (0)