From 514da338f55201ad3fa1b1509529394cc1beca51 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 7 Nov 2016 16:59:28 +0100 Subject: [PATCH] Remove ipdb trace --- bob/measure/plot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/measure/plot.py b/bob/measure/plot.py index b3cccc2..e103c02 100644 --- a/bob/measure/plot.py +++ b/bob/measure/plot.py @@ -542,7 +542,6 @@ def detection_identification_curve(cmc_scores, far_values = log_values(), rank # for each probe, for which no positives exists, get the highest negative score; and sort them to compute the FAR thresholds negatives = sorted(max(neg) for neg,pos in cmc_scores if (pos is None or not numpy.array(pos).size) and neg is not None) if not negatives: - import ipdb; ipdb.set_trace() raise ValueError("There need to be at least one pair with only negative scores") # compute thresholds based on FAR values -- GitLab