Skip to content

Commit 7b6db96

Browse files
committed
fix hyper_score typo
1 parent 98b72ec commit 7b6db96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ALLCools/mcds/mcds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ def get_score_adata(
10261026
if quant_type.lower().startswith("hypo"):
10271027
quant_type = "hypo-score"
10281028
elif quant_type.lower().startswith("hyper"):
1029-
quant_type = "hyper_score"
1029+
quant_type = "hyper-score"
10301030
else:
10311031
pass
10321032
if quant_type not in QUANT_TYPES:

0 commit comments

Comments
 (0)