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 d02923f commit 58d04b4Copy full SHA for 58d04b4
pvlib/tests/ivtools/test_sdm.py
@@ -92,7 +92,7 @@ def test_fit_desoto_init_guess(mocker):
92
alpha_sc=0.005658, beta_voc=-0.13788,
93
cells_in_series=60, init_guess=init_guess)
94
optimize.root.assert_called_once_with(mocker.ANY, x0=init_guess_array,
95
- args=specs, **root_args)
+ args=(specs,), **root_args)
96
97
98
def test_fit_desoto_failure():
0 commit comments