moscot
moscot copied to clipboard
update check for categorical dtype
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.
FutureWarning: is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, CategoricalDtype) instead
now \Lib\site-packages\anndata_core\anndata.py:522: FutureWarning: The dtype argument is deprecated and will be removed in late 2024. gets triggered