Neo Namyoung Kim
Results
2
issues of
Neo Namyoung Kim
I change `hashes_matched` variable to fix a bug that I mentioned in #242 . This change make `dedup_hashes: Dict[str, int]` argument of the function (in line 175) not used, but...
Hi. I found a possible bug in `align_matches` function of Dejavu class. (dejavu/dejavu/__init__.py) In the line 208, the function assigns `dedup_hashes[song_id]` to `hashes_matched`. `dedup_hashes[song_id]` is a number of matched hashes...