theislab / scib

Benchmarking analysis of data integration tools
MIT License
283 stars 62 forks source link

M.A might not be available, you should use M.toarray() #410

Open Zhongzheng99 opened 3 weeks ago

Zhongzheng99 commented 3 weeks ago

In some versions of scipy(e.g. 1.14), M.A might not be available. In such cases, you should use M.toarray() to convert the sparse matrix to a dense one.

Zhongzheng99 commented 5 days ago

412