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
Received the following warning about duplicate index values using correlation mapping. I'm not sure if it's in reference to the query data or the taxonomy data. In either case the mapping completed and looked to be ok
/usr/local/lib/python3.10/dist-packages/anndata/_core/anndata.py:121: ImplicitModificationWarning: Transforming to str index.
warnings.warn("Transforming to str index.", ImplicitModificationWarning)
Warning message:
In py_to_r.pandas.core.frame.DataFrame(x) :
index contains duplicated values: row names not set
The text was updated successfully, but these errors were encountered:
Received the following warning about duplicate index values using correlation mapping. I'm not sure if it's in reference to the query data or the taxonomy data. In either case the mapping completed and looked to be ok
/usr/local/lib/python3.10/dist-packages/anndata/_core/anndata.py:121: ImplicitModificationWarning: Transforming to str index.
warnings.warn("Transforming to str index.", ImplicitModificationWarning)
Warning message:
In py_to_r.pandas.core.frame.DataFrame(x) :
index contains duplicated values: row names not set
The text was updated successfully, but these errors were encountered: