You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
I suppose there should be
adata.obsm['X_diffmap']
instead ofadata.obsm.X_diffmap
. After I modify this, it works.The text was updated successfully, but these errors were encountered: