MCPcopy Create free account
hub / github.com/microsoft/JARVIS / get_row

Function get_row

taskbench/evaluate.py:142–147  ·  view source on GitHub ↗
(data, label)

Source from the content-addressed store, hash-verified

140 logger.info(row_fmt % get_row(macro, 'macro'))
141
142def get_row(data, label):
143 row = [label]
144 for i in range(len(data) - 1):
145 row.append("%.2f" % (data[i] * 100))
146 row.append(data[3])
147 return tuple(row)
148
149def get_content_type(content):
150 content = content.strip('\'')

Callers 1

print_resultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected