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

Function print_data

evaluation/src/evaluation_ves.py:155–161  ·  view source on GitHub ↗
(score_lists, count_lists)

Source from the content-addressed store, hash-verified

153
154
155def print_data(score_lists, count_lists):
156 levels = ['simple', 'moderate', 'challenging', 'total']
157 print("{:20} {:20} {:20} {:20} {:20}".format("", *levels))
158 print("{:20} {:<20} {:<20} {:<20} {:<20}".format('count', *count_lists))
159
160 print('========================================= VES ========================================')
161 print("{:20} {:<20.2f} {:<20.2f} {:<20.2f} {:<20.2f}".format('ves', *score_lists))
162
163
164if __name__ == '__main__':

Callers 1

evaluation_ves.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected