From 71f27ffb5bddab3edff4e351d97d40ab86c6e7ed Mon Sep 17 00:00:00 2001 From: sanjaysgk <44039457+sanjaysgk@users.noreply.github.com> Date: Tue, 26 May 2026 10:55:20 +1000 Subject: [PATCH] test: keep test_e2e comment within black line length --- tests/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_e2e.py b/tests/test_e2e.py index 36834cd..d6eb3ee 100644 --- a/tests/test_e2e.py +++ b/tests/test_e2e.py @@ -56,6 +56,6 @@ def test_end_to_end_search(tmp_path): assert len(res) >= 1 # gibbs.1of1 was built from the A0201 motif + small noise -> A0201 should win. top = res.sort_values("correlation", ascending=False).iloc[0] - assert top["hla"] == "HLA-A0201" # canonical display = raw allotype, matches logo title + assert top["hla"] == "HLA-A0201" # canonical display = raw allotype assert top["formatted"] == "A0201" # raw key preserved assert top["correlation"] > 0.8