Closed jwalewski closed 11 months ago
Right, this could be phrased better. “must match dimensions (0,)” refers to the axis with index 0, i.e. shape[0]
.
Hello,
I really appreciate you taking the time to update and test everything so rigorously. I just installed the main branch (via pip install git+https://github.com/scverse/anndata.git@main#egg=anndata
) and I am still running into the same issue. Is this intended for now? Is there some way I could rewrite my code to make it compatible?
Many thanks for your help!
Please make sure these conditions are met
Report
Hello,
My apologies if this is a trivial question, but I am a new anndata user attempting to combine two anndata objects (one generated in seurat, and another with velocyto). While doing this, I am attempting to copy UMAP coordinates from the Seurat object to the velocyto object, and I keep getting an error that seemingly contradicts itself on the shape of the data I should be inputting.
Also, I've listed the versions of everything. I tried to install the most recent versions, but I cannot install them on the cluster I am working on (pip can't find it).
Please let me know if you have any further questions.
All the best,
Joe
Code:
Traceback:
Versions