We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d8ab9 commit 78eb4c3Copy full SHA for 78eb4c3
tests/test_pvsystem.py
@@ -516,10 +516,9 @@ def test_PVSystem_faiman_rad_celltemp(mocker):
516
517
518
def test_PVSystem_ross_celltemp(mocker):
519
- # example value
+ # example value (could use equivalent noct as alternative input)
520
k = 0.0208 # free-standing system
521
- noct = None # function expects only one of two, the other as None
522
-
+
523
temp_model_params = {'k': k}
524
system = pvsystem.PVSystem(temperature_model_parameters=temp_model_params)
525
mocker.spy(temperature, 'ross')
0 commit comments