Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve graph generation with ROI #634

Merged
merged 15 commits into from
Sep 20, 2023
Merged

Improve graph generation with ROI #634

merged 15 commits into from
Sep 20, 2023

Conversation

aleneum
Copy link
Member

@aleneum aleneum commented Sep 18, 2023

This should improve the handling of diagrams when working with parallel states, especially when using the show_roi option (see #627).

  • Furthermore, local testing switched from tox to nox since tox stopped working for me (MacOS, pyenv, venv).

  • There have been changes to how nodes are named. "Anchor" nodes (black, sometimes invisible 'points' required as an initial node for cluster) do not have "_anchor" suffixes any longer. This eases the resolution of relevant edges when filtering ROI graphs.

- anchors are called like their parent state (_anchor-prefix) was removed
- improve support for parallel states
- deleting tox.ini
- add noxfile
- update MANIFEST
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.08% 🎉

Comparison is base (2262e3c) 98.31% compared to head (2733fda) 98.40%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #634      +/-   ##
==========================================
+ Coverage   98.31%   98.40%   +0.08%     
==========================================
  Files          13       13              
  Lines        2557     2573      +16     
==========================================
+ Hits         2514     2532      +18     
+ Misses         43       41       -2     
Files Changed Coverage Δ
transitions/extensions/diagrams_base.py 97.64% <100.00%> (+0.05%) ⬆️
transitions/extensions/diagrams_graphviz.py 98.18% <100.00%> (+1.42%) ⬆️
transitions/extensions/diagrams_pygraphviz.py 99.46% <100.00%> (+<0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aleneum aleneum merged commit 8ab2529 into master Sep 20, 2023
8 checks passed
@aleneum aleneum deleted the dev-graph-roi branch September 20, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant