dglazkov / polymath

MIT License
132 stars 9 forks source link

Update int to required float #122

Closed ErikaRS closed 11 months ago

ErikaRS commented 11 months 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 11 months ago

LGTM!