NickCrews / mismo

The SQL/Ibis powered sklearn of record linkage
https://nickcrews.github.io/mismo/
GNU Lesser General Public License v3.0
14 stars 3 forks source link

fix: edge case when n_possible_pairs < max_pairs #65

Closed jstammers closed 1 month ago

jstammers commented 1 month ago

This PR fixes an issue in #63 that prevents sample_all_pairs from working as expected when max_pairs > n_possible_pairs

NickCrews commented 1 month ago

brilliant, thank you @jstammers !