Skip to content

Commit

Permalink
updated script for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cole_foster@brown.edu committed Aug 6, 2024
1 parent c4a0814 commit 1b63028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def run(size):
# save the results
labels = labels + 1 # FAISS is 0-indexed, groundtruth is 1-indexed
identifier = f"index=({index_identifier}),query=(b={beam_size})"
store_results(os.path.join("results/", kind, size, f"{identifier}.h5"), index_identifier, kind, distances, labels, build_time, search_time, identifier, size)
store_results(os.path.join("result/", kind, size, f"{identifier}.h5"), index_identifier, kind, distances, labels, build_time, search_time, identifier, size)



Expand Down

0 comments on commit 1b63028

Please sign in to comment.