Open adamgayoso opened 4 years ago
Hi, did you solve this problem? I also encountered the same problem
Yes, it worked with numba version 0.45.0 and llvmlite 0.30.0
Yes, it worked with numba version 0.45.0 and llvmlite 0.30.0
It works! Thank you very much!
I get the following error when using MNN with 4000 genes, but do not get it when testing on 100 genes. This is with the newest numba version (0.47.0)
Update: the code works with
numba==0.45.0
.