tobylanser
tobylanser
Hi @niuruize @ZZZhuLF , I also encountered this problem. I was able to get around it by using the whole gene expression matrix (i.e. not only HVGs, etc). Make sure...
Hi @sugarglider12 . I also have this issue. Have you since fixed the problem?
Hi @Roger-GOAT @TdzBAS @WPZgithub I found that this works for me: ``` import numpy as np data_matrix = adata.X # Convert the data matrix to float data_matrix_float = data_matrix.astype(np.float32) adata.X...