STOmics / Stereopy

A toolkit of spatial transcriptomic analysis.
MIT License
180 stars 59 forks source link

stereodata.tl.raw_checkpoint(): TypeError: 'NoneType' object is not callable #237

Closed THZ34 closed 6 months ago

THZ34 commented 6 months ago

stereodata.tl.raw_checkpoint() Traceback (most recent call last): File "", line 1, in File "/opt/miniconda/lib/python3.8/site-packages/stereo/core/st_pipeline.py", line 1360, in raw_checkpoint self.raw = data File "/opt/miniconda/lib/python3.8/site-packages/stereo/core/st_pipeline.py", line 95, in raw self._raw = copy.deepcopy(value) File "/opt/miniconda/lib/python3.8/copy.py", line 161, in deepcopy rv = reductor(4) TypeError: 'NoneType' object is not callable

stereopy是使用conda安装的stereo=1.0.0版,请问这个是什么问题,应该怎么解决?