We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4998c0 commit ed34f4fCopy full SHA for ed34f4f
summarize-results.py
@@ -23,7 +23,7 @@
23
print('-t <name of db file>')
24
print('-h print this help message and quit')
25
26
-df = dbutils.db_to_df(sys.argv[1])
+df = dbutils.db_to_df(table=dbtable, targetdb=targetdb)
27
testNames = df.columns[1:].values.tolist()
28
29
print('{0:>35s} {1:>7s} {2:>7s} {3:>7s} {4:>7s} {5:>7s}'.format('NAME OF TEST', 'FAILS', 'TPR', 'FPR', 'TNR', 'FNR'))
0 commit comments