From 2b738f561bf55454461d2a031f1e6795ed0ff6f6 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 26 Aug 2025 18:09:30 -0700 Subject: [PATCH] Cleaned-up some formatting --- ucsinfer/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucsinfer/__main__.py b/ucsinfer/__main__.py index 1b3433b..eb12650 100644 --- a/ucsinfer/__main__.py +++ b/ucsinfer/__main__.py @@ -121,7 +121,7 @@ def evaluate(dataset, offset, limit, model, no_foley): miss_counts = sorted(miss_counts, key=lambda x: x[1]) - print(f"## Results for Model {model} ##") + print(f"## Results for Model {model} ##\n") if no_foley: print("(FOLYProp and FOLYFeet have been omitted from the dataset.)\n")