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

Function print_formated_s

single_eval.py:446–448  ·  view source on GitHub ↗
(row_name, l, element_format)

Source from the content-addressed store, hash-verified

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

Callers 1

print_scoresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected