Skip to content

TypeError: void() takes exactly 1 positional argument (0 given) #79

@clg12

Description

@clg12

When I load the f_final_loom into a scanpy.AnnData object, I get the following error.

adata.obs.drop(['Embedding','Embeddings_X','Embeddings_Y','RegulonsAUC'],axis=1,inplace=True)
TypeError: void() takes exactly 1 positional argument (0 given)

And the content of obs:
obs: 'ClusterID', 'Clusterings', 'Embedding', 'Embeddings_X', 'Embeddings_Y', 'Louvain_clusters_Scanpy', 'Percent_mito', 'RegulonsAUC', 'nGene', 'nUMI'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions