Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Oct 28, 2023
1 parent 834f567 commit 4d764f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ def load_all_results(
result_files = os.listdir(results_path)
result_files = [result_file for result_file in result_files
if ".csv" in result_file]
# print(result_files)
if method == "search":
result_files = [
result_filename
Expand Down

0 comments on commit 4d764f0

Please sign in to comment.