ci.eval.compare: sort imports in cmp-stats.py
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user