Skip to content

Commit 1b67713

Browse files
committed
without the tuple?
1 parent c9bb8c0 commit 1b67713

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
@@ -91,7 +91,7 @@ def test_fit_desoto_init_guess(mocker):
9191
cells_in_series=60, init_guess=init_guess)
9292
optimize.root.assert_called_once_with(mocker.ANY,
9393
x0=pytest.approx(init_guess_array),
94-
args=(mocker.ANY,),
94+
args=mocker.ANY,
9595
**root_args)
9696

9797

0 commit comments

Comments
 (0)