Skip to content

Commit 7612e56

Browse files
committed
Corrects bug in test.
1 parent bc62578 commit 7612e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pvsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ def test_PVSystem_faiman_rad_celltemp(mocker):
509509
temps = 25
510510
irrads = 1000
511511
winds = 1
512-
out = system.get_cell_temperature(irrads, temps, winds, ir_down,
512+
out = system.get_cell_temperature(irrads, temps, winds, ir_down=ir_down,
513513
model='faiman_rad')
514514
temperature.faiman_rad.assert_called_once_with(irrads, temps, winds,
515515
ir_down, u0, u1,

0 commit comments

Comments
 (0)