Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/unix/diff_features.py')
-rwxr-xr-xtools/unix/diff_features.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/unix/diff_features.py b/tools/unix/diff_features.py
index d9dcd9ff27..ca96a752b5 100755
--- a/tools/unix/diff_features.py
+++ b/tools/unix/diff_features.py
@@ -21,7 +21,7 @@ with open(sys.argv[1], 'r') as f:
for line in f:
parse_and_add(data2, line)
-threshold = (int(sys.argv[3]) if len(sys.argv) > 3 else 50) / 100.0 + 1
+threshold = (int(sys.argv[3]) if len(sys.argv) > 3 else 100) / 100.0 + 1
min_diff = 40
for k in data1: