8000 Revert "TST don't test utils.fixes docstrings (#12576)" · xhluca/scikit-learn@0725c2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0725c2e

Browse files
author
Xing
authored
Revert "TST don't test utils.fixes docstrings (scikit-learn#12576)"
This reverts commit 053736d.
1 parent d2bf084 commit 0725c2e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sklearn/tests/test_docstring_parameters.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def test_docstring_parameters():
6464

6565
incorrect = []
6666
for name in PUBLIC_MODULES:
67-
if name == 'sklearn.utils.fixes':
68-
# We cannot always control these docstrings
69-
continue
7067
with warnings.catch_warnings(record=True):
7168
module = importlib.import_module(name)
7269
classes = inspect.getmembers(module, inspect.isclass)

0 commit comments

Comments
 (0)
0