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 c9bb8c0 commit 1b67713Copy full SHA for 1b67713
pvlib/tests/ivtools/test_sdm.py
@@ -91,7 +91,7 @@ def test_fit_desoto_init_guess(mocker):
91
cells_in_series=60, init_guess=init_guess)
92
optimize.root.assert_called_once_with(mocker.ANY,
93
x0=pytest.approx(init_guess_array),
94
- args=(mocker.ANY,),
+ args=mocker.ANY,
95
**root_args)
96
97
0 commit comments