Skip to content
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 fixed: serialize simhash failed. #94

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

HYLcool
Copy link
Collaborator

@HYLcool HYLcool commented Nov 23, 2023

As the title says.

In the availability checking commit, the num_differing_bits selection is moved into the class method, which causes the serialization failure. Here we move this part in the availability checking as well.

@HYLcool HYLcool added the bug Something isn't working label Nov 23, 2023
@HYLcool HYLcool self-assigned this Nov 23, 2023
@HYLcool HYLcool merged commit 67026a8 into main Nov 23, 2023
5 checks passed
@HYLcool HYLcool deleted the fix/serialize_simhash_failed branch November 23, 2023 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 使用document_simhash_deduplicator算子报错:NameError: name 'fingerprint_warnings' is not defined
2 participants