Unverified Commit 6900cf62 authored by Philip Taron's avatar Philip Taron
Browse files

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

parent a3c01782
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
import json
import numpy as np
import os
from scipy.stats import ttest_rel
import pandas as pd
import numpy as np

from pathlib import Path
from scipy.stats import ttest_rel

# Define metrics of interest (can be expanded as needed)
METRIC_PREFIXES = ("nr", "gc")