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 5a63c8b commit 86aea99Copy full SHA for 86aea99
doc/developers/contributing.rst
@@ -319,7 +319,7 @@ complies with the following rules before marking a PR as ``[MRG]``. The
319
specific to the file
320
- `pytest sklearn/linear_model` to test the whole
321
:mod:`~sklearn.linear_model` module
322
- - `pytest sklearn/doc/linear_model.rst` to make sure the user guide
+ - `pytest doc/modules/linear_model.rst` to make sure the user guide
323
examples are correct.
324
- `pytest sklearn/tests/test_common.py -k LogisticRegression` to run all our
325
estimator checks (specifically for `LogisticRegression`, if that's the
0 commit comments