-
Notifications
You must be signed in to change notification settings - Fork 23
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
__cmp__ errors triggered in address_dupe_pairs (dedupe.py) #15
Comments
After adding more verbose logging to
|
More example errors and details:
|
More:
This was triggering by the following:
Now trying |
Once, more with
|
|
This appears to be a variation on issue #9 meaning it's a type mismatch being triggered in
postal/utils/enum.py
but I am hoping you can provide some input on how to track down the root cause in order to remedy things.That or some suggestions for how to trap this sort of thing and drop the non-result, because in the example below the EMR process ran for ~2 hours before finally failing.
The input data should be clean so I am not sure how to debug these errors...
The text was updated successfully, but these errors were encountered: