-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Can't handle nan
#291
Comments
Since this was never supported, I do not think this is really a bug. However I think it would be a reasonable extension to handle |
|
These conditions could return None or nan.
|
* PERF: Speed up * BOT: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update optional arguments * use sphinx anchor * update test case * simplify a bit * update via advice from RapidFuzz#291 based on rapidfuzz/RapidFuzz#291 * update documentation * remove importing * update testcase * add missing splash quote * link to source * Update condition * PERF: Speed up * BOT: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update optional arguments * use sphinx anchor * update test case * simplify a bit * update via advice from RapidFuzz#291 based on rapidfuzz/RapidFuzz#291 * update documentation * remove importing * update testcase * add missing splash quote * link to source * Update condition * Add notes * compare nan require rapidfuzz > 2.13.4 * use `rtol` instead of `check_less_precise` * use `rtol` instead of `check_less_precise` * remove workers * Revert "remove workers" This reverts commit e41ab01. * Update test_textdistance_matrix.py * reorder methods * Handle nan * BOT: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
closed to seatgeek/thefuzz#41
The text was updated successfully, but these errors were encountered: