Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'AxisArrays' object has no attribute 'X_diffmap' #9

Open
jaydu1 opened this issue Aug 14, 2020 · 0 comments
Open

AttributeError: 'AxisArrays' object has no attribute 'X_diffmap' #9

jaydu1 opened this issue Aug 14, 2020 · 0 comments

Comments

@jaydu1
Copy link

jaydu1 commented Aug 14, 2020

I tied to build the docker from this rep and ran it via dyno. However, errors occur that ''AttributeError: 'AxisArrays' object has no attribute 'X_diffmap''' in the 93 line in run.py

sc.tl.dpt(adata, n_dcs = min(adata.obsm.X_diffmap.shape[1], 10))

I suppose there should be adata.obsm['X_diffmap'] instead of adata.obsm.X_diffmap. After I modify this, it works.

rcannood added a commit that referenced this issue Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant