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 9d14f73 commit ba44e7bCopy full SHA for ba44e7b
sklearn/preprocessing/tests/test_function_transformer.py
@@ -43,7 +43,7 @@ def test_delegate_to_func():
43
)
44
45
# reset the argument stores.
46
- args_store.clear()
+ args_store[:] = [] # python2 compatible inplace list clear.
47
kwargs_store.clear()
48
y = object()
49
0 commit comments