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

Function _resolve_benchmark_file

cli/main.py:216–220  ·  view source on GitHub ↗
(benchmark_file: str)

Source from the content-addressed store, hash-verified

214
215
216def _resolve_benchmark_file(benchmark_file: str) -> Path:
217 resolved_path = Path(benchmark_file)
218 if resolved_path.exists():
219 return resolved_path
220 raise ValueError(f"Benchmark file does not exist: {resolved_path}")
221
222
223def _default_experiment_output_path() -> Path:

Callers 3

handle_benchmark_listFunction · 0.85
handle_doctorFunction · 0.85
handle_experimentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected