MCPcopy Create free account
hub / github.com/InternScience/SciReason / format_float

Function format_float

opencompass/summarizers/multi_model.py:32–33  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

30
31
32def format_float(v):
33 return f'{v:.2f}'
34
35
36def to_float(text: str):

Callers 2

average_rowsFunction · 0.85
show_groupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected