Dear contributors,
Thank you for providing such an excellent tool!
However, I’ve recently encountered some issues while using it. When following the code from the section “Disentangling lineage relationships of delta and epsilon cells in pancreatic development with the TemporalProblem,” I was able to successfully run the previous steps. However, after running .set_graph_xy(), an error occurs when I run .solve(). Interestingly, if I skip set_graph_xy, .solve() runs without any problem. Could you please help me understand what might be causing this issue?
tp1[8,9].xy is the result after running .set_graph_xy(),while tp0[8,9].xy is not.
I’m looking forward to your response. Below is my Python ipykernel version, which should not be the issue.

Dear contributors,
Thank you for providing such an excellent tool!
However, I’ve recently encountered some issues while using it. When following the code from the section “Disentangling lineage relationships of delta and epsilon cells in pancreatic development with the TemporalProblem,” I was able to successfully run the previous steps. However, after running .set_graph_xy(), an error occurs when I run .solve(). Interestingly, if I skip set_graph_xy, .solve() runs without any problem. Could you please help me understand what might be causing this issue?
tp1[8,9].xy is the result after running .set_graph_xy(),while tp0[8,9].xy is not.
I’m looking forward to your response. Below is my Python ipykernel version, which should not be the issue.