theislab / single-cell-tutorial

Single cell current best practices tutorial case study for the paper:Luecken and Theis, "Current best practices in single-cell RNA-seq analysis: a tutorial"
1.39k stars 458 forks source link

numpy.core._exceptions.MemoryError: Unable to allocate 926. GiB for an array with shape (6794880, 36601) and data type float32 #85

Closed DUAN-GAO closed 2 years ago

DUAN-GAO commented 2 years ago

hi, all, I find when my reading from a big 10x matrix file, it gives me below error: numpy.core._exceptions.MemoryError: Unable to allocate 926. GiB for an array with shape (6794880, 36601) and data type float32

Zethson commented 2 years ago

This is not an issue with this tutorial, but rather your environment not having enough RAM for this big dataset.