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 8d0d117 commit 4975364Copy full SHA for 4975364
pvlib/tests/ivtools/test_sdm.py
@@ -81,7 +81,7 @@ def test_fit_desoto():
81
82
83
def test_fit_desoto_init_guess(mocker):
84
- init_guess_array = np.array([9.4, 3.0e-9, 0.3, 125., 1.5])
+ init_guess_array = np.array([9.4, 3.0e-10, 0.3, 125., 1.6])
85
init_guess = {k: v for k, v in zip(
86
['IL_0', 'Io_0', 'Rs_0', 'Rsh_0', 'a_0'], init_guess_array)}
87
mocker.spy(optimize, 'root')
0 commit comments