MCPcopy Create free account
hub / github.com/FlyingFeather/DEA-SQL / print_formated_s

Function print_formated_s

evaluation/test-suite-sql-eval/evaluation.py:445–447  ·  view source on GitHub ↗
(row_name, l, element_format)

Source from the content-addressed store, hash-verified

443
444
445def print_formated_s(row_name, l, element_format):
446 template = "{:20} " + ' '.join([element_format] * len(l))
447 print(template.format(row_name, *l))
448
449
450def print_scores(scores, etype, include_turn_acc=True):

Callers 1

print_scoresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected