diff --git a/analysis/values/tests.py b/analysis/values/tests.py index 8c4bf2c..dbca01f 100644 --- a/analysis/values/tests.py +++ b/analysis/values/tests.py @@ -87,9 +87,6 @@ def compute(derived: Path) -> tuple[dict[str, str], list[Path]]: _mean_tests(out, base, vals[a], vals[b]) _variance_tests(out, base, vals[a], vals[b]) - # Bonferroni-corrected thresholds. Count one entry per comparison - # (welch-p for mean families, bf-p for variance) so the threshold reflects - # the number of pairwise comparisons, not the number of test statistics. def n_with(in_pattern: str, suffix: str) -> int: return sum(1 for k in out if in_pattern in k and k.endswith(suffix))