ci.eval.compare: delete unreferenced global

This commit is contained in:
Philip Taron
2025-09-17 14:04:28 -07:00
parent e4101ea3a9
commit 9959a4e507
-3
View File
@@ -9,9 +9,6 @@ from pathlib import Path
from scipy.stats import ttest_rel
from tabulate import tabulate
# Define metrics of interest (can be expanded as needed)
METRIC_PREFIXES = ("nr", "gc")
def flatten_data(json_data: dict) -> dict:
"""