Open lucygarner opened 1 year ago
You need to set names
of your datasets
list to NULL
(see my reply here, cross-posting in case someone does not read the discussions page)
Im getting the same error but running it in Python! But the names of my list are already NULL
Hi,
I am getting an error when following the guidance for running scanorama with reticulate as below:
My datasets object is a list of matrices.
class(datasets[[1]])
[1] "matrix" "array"When I pass these to the integrate function, I get the following error:
ERROR: Data sets must be numpy array or scipy.sparse.csr_matrix, received type <class 'str'>.
Do I need to convert my R matrices to a different class before passing to the integrate function?
Best wishes, Lucy