Skip to content

Commit

Permalink
Update similarity.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipgiri576 authored Jul 8, 2024
1 parent 0da367b commit 46b423f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyar/similarity.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
averageimport os
import os
import math
import glob
import multiprocessing
Expand Down Expand Up @@ -203,4 +203,4 @@ def process_files(x, array_keys, Info_Coords, threshold_duplicate, file_tmp, fil
execution_time = end_time - start_time
print(f"\n\tExecution Time: {execution_time:.2f} seconds\n")

os.remove(file_tmp)
os.remove(file_tmp)

0 comments on commit 46b423f

Please sign in to comment.