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 7046b38 commit 0d5955fCopy full SHA for 0d5955f
pvlib/tests/ivtools/test_sdm.py
@@ -86,7 +86,7 @@ def test_fit_desoto_init_guess(mocker):
86
['IL_0', 'Io_0', 'Rs_0', 'Rsh_0', 'a_0'], init_guess_array)}
87
mocker.spy(optimize, 'root')
88
specs = (9.43, 38.3, 8.71, 31.0, -0.13788, 0.005658, 1.121, -0.0002677,
89
- 298.15, constants.Boltzmann) # for test
+ 298.15, constants.value('Boltzmann constant in eV/K')) # for test
90
root_args = {} # to fill out call for test
91
result, _ = sdm.fit_desoto(v_mp=31.0, i_mp=8.71, v_oc=38.3, i_sc=9.43,
92
alpha_sc=0.005658, beta_voc=-0.13788,
0 commit comments