data61 / blocklib

Python implementations of record linkage blocking techniques.
Apache License 2.0
19 stars 4 forks source link

keep track of strategy index #275

Closed wilko77 closed 1 year ago

wilko77 commented 1 year ago

such that the individual strategy statistics will be correct

generate_signatures was returning a list of signatures. However, if a strategy was hitting a NULL value, then no signature for this strategy was returned, reducing the size of the returned list.

codecov[bot] commented 1 year ago

Codecov Report

Merging #275 (79ea87a) into main (083ec4c) will not change coverage. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #275 +/- ## ======================================= Coverage 97.18% 97.18% ======================================= Files 18 18 Lines 639 639 ======================================= Hits 621 621 Misses 18 18 ```