From 8b748a3343727babe07e3834a9176c13f22cebfb Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Sun, 3 Feb 2013 18:10:59 +0000 Subject: [PATCH] Made the alt cover threshold more stringent git-svn-id: http://comictagger.googlecode.com/svn/trunk@394 6c5673fe-1810-88d6-992b-cd32ca31540c --- issueidentifier.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issueidentifier.py b/issueidentifier.py index 07f833b..6dfb378 100644 --- a/issueidentifier.py +++ b/issueidentifier.py @@ -62,7 +62,7 @@ class IssueIdentifier: self.min_score_thresh = 16 # for alternate covers, be more stringent, since we're a bit more scattershot in comparisons - self.min_alternate_score_thresh = 14 + self.min_alternate_score_thresh = 12 # the min distance a hamming score must be to separate itself from closest neighbor self.min_score_distance = 4