File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,6 @@ Install the package
216216
217217 python setup.py install
218218
219- If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
220-
221219-----------------
222220Running the Tests
223221-----------------
@@ -228,12 +226,14 @@ The package tests can be run after installation using the command:
228226
229227 nosetests -s hdbscan
230228
231- or, if `nose ` is installed but `nosetests ` is not in your PATH variable:
229+ or, if `` nose `` is installed but `` nosetests `` is not in your `` PATH `` variable:
232230
233231.. code :: bash
234232
235233 python -m nose -s hdbscan
236234
235+ If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
236+
237237--------------
238238Python Version
239239--------------
You can’t perform that action at this time.
0 commit comments