Skip to content

Commit 78eb4c3

Browse files
committed
Minor update in documentation + flake8 issue.
1 parent c6d8ab9 commit 78eb4c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_pvsystem.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,10 +516,9 @@ def test_PVSystem_faiman_rad_celltemp(mocker):
516516

517517

518518
def test_PVSystem_ross_celltemp(mocker):
519-
# example value
519+
# example value (could use equivalent noct as alternative input)
520520
k = 0.0208 # free-standing system
521-
noct = None # function expects only one of two, the other as None
522-
521+
523522
temp_model_params = {'k': k}
524523
system = pvsystem.PVSystem(temperature_model_parameters=temp_model_params)
525524
mocker.spy(temperature, 'ross')

0 commit comments

Comments
 (0)