Skip to content

TypeError: annotate() got an unexpected keyword argument 'majority_voting' #167

Description

@shimonjude

I am trying to run celltypist on a sn dataset, of hippocampus. Getting the following error. Can someone help?


TypeError Traceback (most recent call last)
Cell In[16], line 1
----> 1 pred = celltypist.annotate(
2 adata_celltypist, # your AnnData object
3 model=model, # the loaded mouse brain model
4 majority_voting=False,
5 )

TypeError: annotate() got an unexpected keyword argument 'majority_voting'

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