You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for taking the time to report a bug! Your support is essential for the maintenance of this project. Please fill out the following fields to ease bug hunting and resolving this issue as soon as possible:
Describe the bug
Parallel states work with HSM as expected, but failed to generate state diagram with GraphMachine
i am not sure whether this is still relevant for you: You pass show_roi=True as an option which will only pass 'reachable' from the current state. In state 'NoShow', only 'kickin' and 'leave' can be triggered and thus only 'NoShow' and Docked (and its parallel states) can be reached. If you want the whole graph to be draw, either pass show_roi=False or omit the argument altogether. That being said, show_roi=True is not working well with parallel states as of now since there are some corner cases to consider.
This has been tackled by #634. I will close this issue for now. Feel free to comment if this is still an issue for you. I will reopen the issue if necessary.
Thank you for taking the time to report a bug! Your support is essential for the maintenance of this project. Please fill out the following fields to ease bug hunting and resolving this issue as soon as possible:
Describe the bug
Parallel states work with HSM as expected, but failed to generate state diagram with GraphMachine
Minimal working example
Expected behavior
The diagram should show all defined transitions
Additional context
N/A
The text was updated successfully, but these errors were encountered: