MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _fmt_pct

Function _fmt_pct

scripts/holdout_param_sweep.py:52–53  ·  view source on GitHub ↗
(value: float)

Source from the content-addressed store, hash-verified

50
51
52def _fmt_pct(value: float) -> str:
53 return f"{value * 100:.1f}%"
54
55
56def _sort_benchmarks(items: dict[str, Any]) -> dict[str, Any]:

Callers 2

_print_groupFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected