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 914a915 commit d0e99dbCopy full SHA for d0e99db
sklearn/tests/test_docstring_parameters.py
@@ -64,6 +64,9 @@ def test_docstring_parameters():
64
65
incorrect = []
66
for name in PUBLIC_MODULES:
67
+ if name == 'sklearn.utils.fixes':
68
+ # We cannot always control these docstrings
69
+ continue
70
with warnings.catch_warnings(record=True):
71
module = importlib.import_module(name)
72
classes = inspect.getmembers(module, inspect.isclass)
0 commit comments