dynamo-tutorials icon indicating copy to clipboard operation
dynamo-tutorials copied to clipboard

Error in scNT_seq: Categorical is not ordered

Open Baschdl opened this issue 2 years ago • 0 comments

The scNT_seq_readthedocs.ipynb notebook fails while executing dynamo_workflow(neuron_labeling) (cell 10) with TypeError: Categorical is not ordered for operation max you can use .as_ordered() to change the Categorical to an ordered one.

Steps to reproduce: Run https://github.com/aristoteleo/dynamo-tutorials/pull/3 in Google colab.

Baschdl avatar Mar 22 '23 17:03 Baschdl