MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / load_normalized_results

Function load_normalized_results

analysis/loader.py:86–91  ·  view source on GitHub ↗
(
    paths: str | Path | Sequence[str | Path],
    *,
    benchmark_files: Sequence[str | Path] | None = None,
)

Source from the content-addressed store, hash-verified

84
85
86def load_normalized_results(
87 paths: str | Path | Sequence[str | Path],
88 *,
89 benchmark_files: Sequence[str | Path] | None = None,
90) -> list[NormalizedResult]:
91 return list(iter_normalized_results(paths, benchmark_files=benchmark_files))
92
93
94def iter_normalized_results(

Callers 1

_filtered_resultsFunction · 0.85

Calls 1

iter_normalized_resultsFunction · 0.85

Tested by

no test coverage detected