Skip to content

Commit e8810c4

Browse files
committed
nope
1 parent c71fd81 commit e8810c4

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
@@ -89,7 +89,7 @@ def test_fit_desoto_init_guess(mocker):
8989
alpha_sc=0.005658, beta_voc=-0.13788,
9090
cells_in_series=60, init_guess=init_guess)
9191
optimize.root.assert_called_once_with(mocker.ANY, x0=init_guess_array,
92-
args=mocker.ANY, kwargs=mocker.ANY)
92+
args=mocker.ANY)
9393

9494

9595
def test_fit_desoto_failure():

0 commit comments

Comments
 (0)