Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading