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 c71fd81 commit e8810c4Copy full SHA for e8810c4
pvlib/tests/ivtools/test_sdm.py
@@ -89,7 +89,7 @@ def test_fit_desoto_init_guess(mocker):
89
alpha_sc=0.005658, beta_voc=-0.13788,
90
cells_in_series=60, init_guess=init_guess)
91
optimize.root.assert_called_once_with(mocker.ANY, x0=init_guess_array,
92
- args=mocker.ANY, kwargs=mocker.ANY)
+ args=mocker.ANY)
93
94
95
def test_fit_desoto_failure():
0 commit comments