Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RESOLVI: rapids deprecated in scanpy 1.10 #3208

Open
j-bac opened this issue Feb 25, 2025 · 1 comment
Open

RESOLVI: rapids deprecated in scanpy 1.10 #3208

j-bac opened this issue Feb 25, 2025 · 1 comment

Comments

@j-bac
Copy link

j-bac commented Feb 25, 2025

@canergen
Using 'rapids' option is deprecated in latest scanpy in favor of rapids_singlecell. While 'rapids' is still supported, this creates issues for small samples (<8192). scanpy throws an error:
--> 670 assert transformer in {None, "sklearn"}

if importlib.util.find_spec("cuml") is not None:
method = "rapids"
else:
method = "umap"

@j-bac j-bac changed the title rapids deprecated in scanpy 1.10 RESOLVI: rapids deprecated in scanpy 1.10 Feb 25, 2025
@canergen
Copy link
Member

Oh. So basically while it’s deprecated, for samples with more than 8000 cells it’s more than deprecated (not supported anymore) for small datasets? It sounds like a scanpy bug. Overall, I assume that I should change this sloppy usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants