dglazkov / polymath

MIT License
133 stars 9 forks source link

Update int to required float #122

Closed ErikaRS closed 1 year ago

ErikaRS commented 1 year ago

In polymath/library.py the similarity function expected a float but the default value was an int. This change updates it to a float.

dglazkov commented 1 year ago

LGTM!