Made the alt cover threshold more stringent
git-svn-id: http://comictagger.googlecode.com/svn/trunk@394 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
75471aaddc
commit
8b748a3343
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user