Skip to content

Commit

Permalink
Merge pull request #716 from bgruening/ppm
Browse files Browse the repository at this point in the history
ppm fix for join tool
  • Loading branch information
bgruening authored Apr 13, 2018
2 parents 82c14f8 + fcf85f7 commit 73ccf40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def fill_cache():
fill_cache()
elif ppm_dist > args.distance:
_cache.append([_c, value2])
elif ppm_dist < args.distance:
fill_cache()
if args.closest and write_buffer:
write_buffer.sort(key=lambda x: x[0])
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tool id="join_files_on_column_fuzzy" name="Join two files" version="1.0.0">
<tool id="join_files_on_column_fuzzy" name="Join two files" version="1.0.1">
<description>
on column allowing a small difference
</description>
Expand Down

0 comments on commit 73ccf40

Please sign in to comment.