Skip to content

Commit

Permalink
Update src/rapids_singlecell/preprocessing/_neighbors.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ilan Gold <[email protected]>
  • Loading branch information
Intron7 and ilan-gold authored Feb 11, 2025
1 parent d619faa commit 061d333
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rapids_singlecell/preprocessing/_neighbors.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
from anndata import AnnData

AnyRandom = None | int | np.random.RandomState
_Alogithms = Literal["brute", "ivfflat", "ivfpq", "cagra", "nn_descent"]
_Alogithms_bbknn = Literal["brute", "ivfflat", "ivfpq", "cagra"]
_Alogithms = Literal[_Alogithms_bbknn, Literal["nn_descent"]]
_MetricsDense = Literal[
"l2",
"chebyshev",
Expand Down

0 comments on commit 061d333

Please sign in to comment.