From df8c749c503d63fa72cd09801548f47ed806c237 Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Sun, 15 Dec 2024 12:20:32 -0800 Subject: [PATCH] fiz --- src/python/tests/test_pairwise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/tests/test_pairwise.py b/src/python/tests/test_pairwise.py index 95b393cc..d1622e3f 100644 --- a/src/python/tests/test_pairwise.py +++ b/src/python/tests/test_pairwise.py @@ -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.4828 + assert cont == 0.48885 assert maxcont == 0.4885 assert intersect_hashes == 2529 assert q2_ani == 0.9768