Skip to content

Commit 4975364

Browse files
committed
finetune initial guess
1 parent 8d0d117 commit 4975364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/ivtools/test_sdm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_fit_desoto():
8181

8282

8383
def test_fit_desoto_init_guess(mocker):
84-
init_guess_array = np.array([9.4, 3.0e-9, 0.3, 125., 1.5])
84+
init_guess_array = np.array([9.4, 3.0e-10, 0.3, 125., 1.6])
8585
init_guess = {k: v for k, v in zip(
8686
['IL_0', 'Io_0', 'Rs_0', 'Rsh_0', 'a_0'], init_guess_array)}
8787
mocker.spy(optimize, 'root')

0 commit comments

Comments
 (0)