Skip to content

Commit 437c2d3

Browse files
RDaxiniechedey-ls
andauthored
Update pvlib/tests/test_irradiance.py
Co-authored-by: Echedey Luis <[email protected]>
1 parent 742dd34 commit 437c2d3

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
@@ -1114,7 +1114,7 @@ def test_dirindex_ghi_clearsky_deprecation():
11141114
)
11151115
pressure, tdew = 93193, 10
11161116
irradiance.dirindex(
1117-
ghi=ghi, ghi_clearsky=ghi_clearsky, dni_clearsky=dni_clearsky,
1117+
ghi=ghi, ghi_clearsky=ghi_clearsky, dni_clear=dni_clearsky,
11181118
zenith=zenith, times=times, pressure=pressure, temp_dew=tdew)
11191119

11201120

0 commit comments

Comments
 (0)