From 4d764f05ffb2c8e9ca268b412531d341ff7d0a24 Mon Sep 17 00:00:00 2001 From: divyegala Date: Fri, 27 Oct 2023 18:03:28 -0700 Subject: [PATCH] remove comment --- python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py b/python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py index 186ca9a218..9ad8af7dbc 100644 --- a/python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py +++ b/python/raft-ann-bench/src/raft-ann-bench/plot/__main__.py @@ -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