Compare commits

..

2 Commits

Author SHA1 Message Date
Jamie Hardt
b0a3fcc748 Merge branch 'master' of https://git.squad51.us/jamie/ucsinfer 2025-08-27 13:22:30 -07:00
Jamie Hardt
2b738f561b Cleaned-up some formatting 2025-08-26 18:09:30 -07:00

View File

@@ -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")