STOmics / Stereopy

A toolkit of spatial transcriptomic analysis.
MIT License
191 stars 64 forks source link

data.plt.elbow(pca_res_key='pca') #322

Open Tycooner opened 3 weeks ago

Tycooner commented 3 weeks ago

it occurs a error "TypeError: 'NoneType' object is not callable"

image

tanliwei-coder commented 3 weeks ago

Which version of stereopy? data.plt.elbow is provided since1.0.0.

Tycooner commented 3 weeks ago

the version is 1.3.1, and it occurs a another error,like: when run this step: 'data.tl.spatial_neighbors()'

the error is : 'TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass ofthe metaclasses of all its bases.' [ypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass ofthe metaclasses of all its bases

1159266279 @.***

 

------------------ 原始邮件 ------------------ 发件人: "STOmics/Stereopy" @.>; 发送时间: 2024年8月27日(星期二) 下午5:30 @.>; @.**@.>; 主题: Re: [STOmics/Stereopy] data.plt.elbow(pca_res_key='pca') (Issue #322)

Which version of stereopy? data.plt.elbow is provided since1.0.0.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

tanliwei-coder commented 1 week ago

I have never encountered this error before, could you show all your codes here?