colomemaria / epiScanpy

Episcanpy: Epigenomics Single Cell Analysis in Python
BSD 3-Clause "New" or "Revised" License
139 stars 33 forks source link

Update _load_matrix.py #64

Closed mvinyard closed 4 years ago

mvinyard commented 4 years ago

Removed mat = mat.toarray() - the matrix is already in numpy.array format upon being loaded using mmread. Throws an error unless this step is removed.