Skip to content

Commit

Permalink
fiz
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Dec 15, 2024
1 parent df8c749 commit 1192c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/tests/test_pairwise.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_simple_ani(runtmp, zip_query):
assert max_ani == 0.9772
elif m == "NC_011665.1" and q == "NC_009661.1":
assert jaccard == 0.3207
assert cont == 0.48885
assert cont == 0.4885
assert maxcont == 0.4885
assert intersect_hashes == 2529
assert q2_ani == 0.9768
Expand Down

0 comments on commit 1192c20

Please sign in to comment.