We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eb4c3 commit 402b53cCopy full SHA for 402b53c
1 file changed
tests/test_pvsystem.py
@@ -518,7 +518,7 @@ def test_PVSystem_faiman_rad_celltemp(mocker):
518
def test_PVSystem_ross_celltemp(mocker):
519
# example value (could use equivalent noct as alternative input)
520
k = 0.0208 # free-standing system
521
-
+
522
temp_model_params = {'k': k}
523
system = pvsystem.PVSystem(temperature_model_parameters=temp_model_params)
524
mocker.spy(temperature, 'ross')
0 commit comments