J535D165 / recordlinkage

A powerful and modular toolkit for record linkage and duplicate detection in Python
http://recordlinkage.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
966 stars 152 forks source link

Fix random indexer #158

Closed tteigman closed 2 years ago

tteigman commented 3 years ago

I changed the dtype for the random indexer to np.int64 since it wasn't working with the defaults (for me).

Also, the indexer.random method was missing arguments.

J535D165 commented 2 years ago

It has been a while, but still appreciated :)