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.
2 parents 7ffb55c + 935b464 commit 19434d3Copy full SHA for 19434d3
README.rst
@@ -215,7 +215,25 @@ Install the package
215
.. code:: bash
216
217
python setup.py install
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
+-----------------
222
+Running the Tests
223
224
225
+The package tests can be run after installation using the command:
226
227
+.. code:: bash
228
229
+ nosetests -s hdbscan
230
231
+or, if `nose` is installed but `nosetests` is not in your PATH variable:
232
233
234
235
+ python -m nose -s hdbscan
236
237
--------------
238
Python Version
239
0 commit comments