Make to_dense
work without numba
#69
Labels
parity
Any issue needed for feature parity with anndata/scanpy
type: numpy/scipy
Array types in CPU memory
calling
to_dense
on a csr/csc matrix will call into numbainstead we could show a performance warning and fall back to
.toarray()
The text was updated successfully, but these errors were encountered: