ci.eval.compare: sort imports in cmp-stats.py

This commit is contained in:
Philip Taron
2025-09-17 14:04:27 -07:00
parent a3c01782d3
commit 6900cf62ee
+4 -3
View File
@@ -1,9 +1,10 @@
import json
import os
from scipy.stats import ttest_rel
import pandas as pd
import numpy as np
import os
import pandas as pd
from pathlib import Path
from scipy.stats import ttest_rel
# Define metrics of interest (can be expanded as needed)
METRIC_PREFIXES = ("nr", "gc")