pscore_match
pscore_match copied to clipboard
Replaced ix with iloc
.ix has been deprecated which meant the matching didn't work for me.
I made a 1-line change to match.py, replacing the .ix
call with .iloc
.
I tested the change in my local copy and it seemed to fix the error, but I have made this change directly to github so haven't verified that my suggestion works.
P.S. Thanks for an amazing package!