I don't think this is fixed in the previous issue #129.
If you run sc.tl.dpt(adata) it creates the dpt_pseudotime property in obs as expected. However using dpt in plotting functions fails like sc.pl.dpt_timeseries(adata). This is due to the dpt_order_indices property not being created if branching=0.
I don't think this is fixed in the previous issue #129.
If you run
sc.tl.dpt(adata)it creates thedpt_pseudotimeproperty inobsas expected. However using dpt in plotting functions fails likesc.pl.dpt_timeseries(adata). This is due to thedpt_order_indicesproperty not being created ifbranching=0.