Skip to content

Commit

Permalink
nngraph: fix intermittent test failure of nmslib
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Feb 24, 2019
1 parent bfef548 commit 5c2e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygsp/tests/test_graphs.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ def test_nngraph(self, n_vertices=24):
Graph(data, backend='flann', algorithm='kmeans')
Graph(data, backend='nmslib', method='vptree')
Graph(data, backend='nmslib', index=dict(post=2))
Graph(data, backend='nmslib', query=dict(efSearch=10))
Graph(data, backend='nmslib', query=dict(efSearch=100))
for backend in ['scipy-kdtree', 'scipy-ckdtree']:
Graph(data, backend=backend, eps=1e-2)
Graph(data, backend=backend, leafsize=9)
Expand Down

0 comments on commit 5c2e856

Please sign in to comment.