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
216
216
217
217
python setup.py install
218
218
219
- If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
220
-
221
219
-----------------
222
220
Running the Tests
223
221
-----------------
@@ -228,12 +226,14 @@ The package tests can be run after installation using the command:
228
226
229
227
nosetests -s hdbscan
230
228
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:
232
230
233
231
.. code :: bash
234
232
235
233
python -m nose -s hdbscan
236
234
235
+ If one or more of the tests fail, please report a bug at https://github.com/scikit-learn-contrib/hdbscan/issues/new
236
+
237
237
--------------
238
238
Python Version
239
239
--------------
You can’t perform that action at this time.
0 commit comments