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

MRG: fix a sourmash lib problem with an unimplemented .md5sum() call #37

Merged
merged 3 commits into from
Aug 21, 2023

Conversation

ctb
Copy link
Collaborator

@ctb ctb commented Aug 20, 2023

In brief: Signature.md5sum() is unimplemented when using a particular flavor of sketch - one constructed as a multi-sketch-in-single-Signature sketch. This is because md5sum doesn't know which MinHash to make use of.

So, we need to use minhash.md5sum() instead.

Tests will ensure no regression kthxbye :)

Also: bumps to v0.5.1!

@ctb ctb changed the title WIP: fix a sourmash lib problem with an unimplemented .md5sum() call MRG: fix a sourmash lib problem with an unimplemented .md5sum() call Aug 21, 2023
@ctb ctb merged commit 30d71a1 into main Aug 21, 2023
11 checks passed
@ctb ctb deleted the fix/sig_md5sum_call branch August 21, 2023 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant