Skip to content

Commit d70fae9

Browse files
cwhansekandersolar
andauthored
Apply suggestions from code review
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
1 parent 080a84b commit d70fae9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_pvsystem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,10 +509,10 @@ 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=ir_down,
512+
out = system.get_cell_temperature(irrads, temps, winds, longwave_down=longwave_down,
513513
model='faiman_rad')
514514
temperature.faiman_rad.assert_called_once_with(irrads, temps, winds,
515-
ir_down, u0, u1,
515+
longwave_down, u0, u1,
516516
sky_view, emissivity)
517517
assert_allclose(out, 48.6, atol=1e-1)
518518

0 commit comments

Comments
 (0)