Skip to content

[BUG] Error running PCA, version 0.15.2 #747

Description

@sondvo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions