You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks @emdann , i had this error today for the first time. I've used this milopy function in another conda env with no issues. is it something to do with pandas 2 (which was installed in the new env) that is causing this to be flagged as an error now?
and, for me unfortuantely the 'quick fix' code gave me:
Anyway, this line of code did work for me as a quick fix adata.obsm[adata.uns['neighbors']['params']['use_rep']] = adata.obsm[adata.uns['neighbors']['params']['use_rep']].values.copy()
The error:
The quick fix:
Solution: convert
X_dimred
to array if it's a DataFrameThe text was updated successfully, but these errors were encountered: