Skip to content
Snippets Groups Projects
Commit 235c8da6 authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

Remove print

parent f36ad8e6
Branches
Tags
2 merge requests!54Refactors the score loading and scripts functionality,!53Change the way the scores arguments are passed to the compute() function: it now
Pipeline #
......@@ -608,7 +608,6 @@ class Hist(PlotBase):
def _get_neg_pos_thres(self, idx, input_scores, input_names):
neg_list, pos_list, _ = utils.get_fta_list(input_scores)
length = len(neg_list)
print (neg_list)
#can have several files for one system
dev_neg = [neg_list[x] for x in range(0, length, 2)]
dev_pos = [pos_list[x] for x in range(0, length, 2)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment