mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 01:38:11 +08:00
[WIP] Patch for anndata 0.7 (#1132)
* Fix JSON encoding bug introduced by anndata 0.7 * Add anndata csr and csc classes to allowed matrix proxy inputs
This commit is contained in:
@@ -38,6 +38,8 @@ class MatrixProxy_anndata_h5py(MatrixProxyView):
|
||||
"anndata.h5py.h5sparse.backed_csc_matrix",
|
||||
"anndata.h5py.h5sparse.backed_csr_matrix",
|
||||
"h5py._hl.dataset.Dataset",
|
||||
"anndata._core.sparse_dataset.backed_csr_matrix",
|
||||
"anndata._core.sparse_dataset.backed_csc_matrix",
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user