Skip to content

Commit

Permalink
disable ball tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 11, 2018
1 parent b8e0e0e commit 8e98371
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions algos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ float:
base:
args: [[5, 10, 20, 50, 100, 200, 400, 800, 1000]]
query-args: [[1, 2, 3, 4, 5, 8, 10, 20, 50, 100, 200]]


hnswlib:
docker-tag: ann-benchmarks-hnswlib
module: ann_benchmarks.algorithms.hnswlib
Expand Down Expand Up @@ -201,6 +199,7 @@ float:
empty:
args: []
ball:
disabled: true
docker-tag: ann-benchmarks-sklearn
module: ann_benchmarks.algorithms.balltree
constructor: BallTree
Expand Down

0 comments on commit 8e98371

Please sign in to comment.