Skip to content

Commit

Permalink
make faster mnn landmark test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jun 21, 2018
1 parent a86af43 commit d23c72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_landmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_landmark_knn_graph():


def test_landmark_mnn_graph():
n_landmark = 500
n_landmark = 150
# mnn graph
select_idx = np.random.choice(len(data), len(data) // 5, replace=False)
G = build_graph(data[select_idx], n_landmark=n_landmark,
Expand Down

0 comments on commit d23c72f

Please sign in to comment.