Open
Description
I have the following code where 'a' and 'b' have the same value. However, they are not considered as simhash pairs by the simhash.find_all() method.
a = 8550830854347186281
b = 8550830854347186281
print ("Inputs differ in "+str(simhash.num_differing_bits(a, b))+" bits.")
all_simhash_pairs = simhash.find_all([a,b], 2, 1)
print ("Simhash Pair counts = "+str(len(all_simhash_pairs)))
Shouldn't they be included in the results? Or, maybe I didn't understand simhashing properly.
Metadata
Assignees
Labels
No labels
Activity