Skip to content

Outdated tutorial page? 'GPCCA' object has no attribute 'compute_terminal_states' #1039

@denvercal1234GitHub

Description

@denvercal1234GitHub

Related to #1036, I kept encountering different issues when following the tutorial for https://cellrank.readthedocs.io/en/stable/kernels_and_estimators.html.

Would you mind letting me know if there is an updated tutorial somewhere else?

Thank you for your help.

g.compute_terminal_states()
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[55], line 4
      1 #So far, we have just computed macrostates. To restrict these to the set of terminal states, there are three possibilities:
      2 #We’ll use the automatic way below (it doesn’t matter in this case since we have only computed three macrostates, and all of them are terminal):
----> 4 g.compute_terminal_states()

AttributeError: 'GPCCA' object has no attribute 'compute_terminal_states'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions