Skip to content
Snippets Groups Projects
Commit bd3a29b2 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

MISC: Make sure that nosetests doesn't try to run the bench

parent a36fa7b6
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ def compare_nbrs(nbrs1, nbrs2):
elif(nbrs1.ndim == 1):
return np.all(nbrs1 == nbrs2)
if __name__ == '__main__':
n_samples = 1000
leaf_size = 1 # leaf size
k = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment