Skip to content

Commit 814ab7f

Browse files
committed
Improve cfpq_eval output readability
1 parent e113f12 commit 814ab7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cfpq_eval/eval_all_pairs_cflr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def run_experiment(
8181
s_edges, ram_kb, time_sec = "OOM", "OOM", "OOM"
8282

8383
with open(result_file_path, 'a', newline='', encoding="utf-8") as csvfile:
84-
print(f" {s_edges} {ram_kb} {time_sec}")
84+
print(f" SEdges: {s_edges}\t\t RAM KB: {ram_kb}\t\t TIME SEC: {time_sec}")
8585
writer = csv.writer(csvfile)
8686
writer.writerow([
8787
algo_name,

0 commit comments

Comments
 (0)