Open atong01 opened 3 years ago
It appears this under corrects this data and should be further investigated.
Thanks for your post! I am Tianyu and I am still confused about this problem, because if I use small set data, the mnn_correct will work. For example,
Error reported by Tianyu going through the answer key notebooks
My concern is about the content in the colab code of workshop Batch correction in PBMCs (Answer Key) I find that there are some errors in the sc.external.pp.mnn_correct step (In part 6)
If I run this code, it will throw me an error: IndexError: arrays used as indices must be of integer (or boolean) type
This can be fixed
by changing this line:
to this