We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_sketch.py::test_manysketch_skipm2n3
src/python/tests/test_sketch.py::test_manysketch_skipm2n3
> assert len(sigs) == 3 # 3 dna, 3 skipmer. But sourmash can only read the DNA sigs!! E AssertionError: assert 6 == 3 E + where 6 = len([SourmashSignature('short3', f85747ac), SourmashSignature('short3', 890557b3), SourmashSignature('short', 1474578c), SourmashSignature('short', 0486fcae), SourmashSignature('short2', 4efeebd2), SourmashSignature('short2', ec6305f5)])
not sure if it's my laptop, or what.
The text was updated successfully, but these errors were encountered:
Ah, this test assumed we could not read skipmer signatures with sourmash python layer. Needs to be updated now that we ~can.
Sorry, something went wrong.
test_manysketch_skipm2n3
Fixed in #568
Successfully merging a pull request may close this issue.
src/python/tests/test_sketch.py::test_manysketch_skipm2n3
not sure if it's my laptop, or what.
The text was updated successfully, but these errors were encountered: