Closed mabro7766 closed 1 year ago
which version of pandas are you using? the issue seems to be related to that since newer versions do not support passing sets as an indexer of dataframes.
I would recommend installing an older version of pandas (e.g. 1.3.5). At some point I will fix this error to make it compatible with newer versions.
Hi,
Thanks for your quick response! This indeed resolved my issue.
Cheers!
Hello,
I was following the Brain_ASD Tensor-cell2cell tutorial and ran into an error at this stage:
I started from the Brain_ASD.h5ad file and checked the outputs generated at each step of the tutorial and they match with yours up until this point.
Cheers!