Skip to content

Commit a7c5b22

Browse files
committed
add new feature
1 parent f5c9e4c commit a7c5b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyXenium/analysis/microenv_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _resolve_protein_column(adata: AnnData, preferred: Sequence[str]) -> Optiona
7171
cand_norms: list[str] = []
7272
for p in preferred:
7373
key = _normalize_name(p)
74-
# Synonym set
74+
# Synonym
7575
cand_norms.extend(synonyms.get(key, [key]))
7676
# Match one by one
7777
for c in cand_norms:

0 commit comments

Comments
 (0)