File tree 1 file changed +3
-2
lines changed
python/raft-ann-bench/src/raft-ann-bench/run 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ def run_build_and_search(
154
154
):
155
155
for executable , ann_executable_path , algo in executables_to_run .keys ():
156
156
# Need to write temporary configuration
157
+ print ("ALGO: %s" % algo )
157
158
temp_conf_filename = f"{ conf_filename } _{ algo } _{ uuid .uuid1 ()} .json"
158
159
with open (temp_conf_filename , "w" ) as f :
159
160
temp_conf = dict ()
@@ -574,8 +575,8 @@ def add_algo_group(group_list):
574
575
index ["search_params" ].append (search_dict )
575
576
executables_to_run [executable ]["index" ].append (index )
576
577
577
- if len (index ["search_params" ]) == 0 :
578
- print ("No search parameters were added to configuration" )
578
+ if len (index ["search_params" ]) == 0 :
579
+ print ("No search parameters were added to configuration" )
579
580
580
581
run_build_and_search (
581
582
conf_file ,
You can’t perform that action at this time.
0 commit comments