George

Results 1 comments of George

I also get this issue. There is no error if you set threshold to None. So this should work: ``` compare_cl.string('AddressLine1', 'AddressLine1', method='cosine', threshold=None, label='AddressLine1') ```