moscot icon indicating copy to clipboard operation
moscot copied to clipboard

update check for categorical dtype

Open MUCDK opened this issue 1 year ago • 1 comments

I got the following future warning:

  if not (is_categorical_dtype(col) and is_numeric_dtype(col.cat.categories)):```

We should update the code accordingly.

MUCDK avatar Aug 31 '23 07:08 MUCDK

FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead

ArinaDanilina avatar Oct 19 '23 14:10 ArinaDanilina

now \Lib\site-packages\anndata_core\anndata.py:522: FutureWarning: The dtype argument is deprecated and will be removed in late 2024. gets triggered

ArinaDanilina avatar Oct 04 '24 21:10 ArinaDanilina