[minor] changes/testing threshfactor

This commit is contained in:
2018-07-12 09:33:52 +02:00
parent 869ede96a9
commit 704a45f845
2 changed files with 3 additions and 2 deletions

View File

@@ -198,7 +198,7 @@ class AICPicker(AutoPicker):
# MP MP testing threshold
thresh_hit = False
thresh_factor = 0.6
thresh_factor = 0.7
thresh = thresh_factor * cf[icfmax]
for index, sample in enumerate(cf):
if sample >= thresh: