Skip to content

Commit e05ca8a

Browse files
committed
Change in config.yml
1 parent 147461d commit e05ca8a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ann_benchmarks/algorithms/cassandra/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
float:
22
angular:
3-
-base args: ['@metric', '@dimension']
4-
constructor: Cassanda
5-
disable: false
6-
docker-tag: ann_benchmarks-cassandra
3+
- base_args: ['@metric', '@dimension']
4+
constructor: Cassandra
5+
disabled: false
6+
docker_tag: ann-benchmarks-cassandra
77
module: ann_benchmarks.algorithms.cassandra
88
name: cassandra
99
run_groups:
1010
m-16-ef-100:
1111
arg_groups: [{ef_construction: 100, m: 16}]
1212
args: {}
1313
query_args: [[10, 20, 40, 80, 160]]
14-
euclidean:
15-
-base args: ['@metric', '@dimension']
16-
constructor: Cassanda
17-
disable: false
18-
docker-tag: ann_benchmarks-cassandra
14+
euclidean:
15+
- base_args: ['@metric', '@dimension']
16+
constructor: Cassandra
17+
disabled: false
18+
docker_tag: ann-benchmarks-cassandra
1919
module: ann_benchmarks.algorithms.cassandra
2020
name: cassandra
2121
run_groups:

0 commit comments

Comments
 (0)