You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for that is that otherwise an integer overflow might occur for larger numbers, which results in negative numbers, which, in turn, results in an "invalid value" error.
The text was updated successfully, but these errors were encountered:
We have followed your suggestion and fixed the bug in the Pull Request #55.
Thank you for contributing to the library, if you find more problems feel free to contact us!
Thank you very much for this create library, first of all!
The following code in the "distance" function in features.py:
should be changed to:
The reason for that is that otherwise an integer overflow might occur for larger numbers, which results in negative numbers, which, in turn, results in an "invalid value" error.
The text was updated successfully, but these errors were encountered: