Describe the bug
Using rsc ver 0.15.2, error when running PCA
Steps/Code to reproduce bug
merged_adata = scanpy.read_h5ad('YOUR_PATH')
rsc.tl.pca(merged_adata, n_comps=100)
Expected behavior
_spca.check_zero_genes()
AttributeError: 'NoneType' object has no attribute 'check_zero_genes'?
Environment details (please complete the following information):
- Environment location: [Mamba]
- Linux Distro/Architecture: [Ubuntu 22.04 amd64]
- GPU Model/Driver: [A100 and driver 590.48.01]
- CUDA: [13.1]
- Method of Rapids install: [pip]
Additional context
Add any other context about the problem here.
Describe the bug
Using rsc ver 0.15.2, error when running PCA
Steps/Code to reproduce bug
Expected behavior
_spca.check_zero_genes()
AttributeError: 'NoneType' object has no attribute 'check_zero_genes'?
Environment details (please complete the following information):
Additional context
Add any other context about the problem here.