-
Notifications
You must be signed in to change notification settings - Fork 30
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
bug fix for draw_dihypergraph #394
Conversation
fix: ability to handle integer nodes and isolated nodes test: test for DH with str node labels and isolated nodes style: run black
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #394 +/- ##
==========================================
- Coverage 91.02% 90.95% -0.07%
==========================================
Files 47 47
Lines 3878 3882 +4
==========================================
+ Hits 3530 3531 +1
- Misses 348 351 +3
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of nitpicks :)
Thank you @leotrs, I should have addressed your comments. |
Looks great, @thomasrobiglio! Good to merge! I have an unrelated issue on the layout that I'll raise in an issue. |
addressing #393, I have also noticed that the previous implementation would raise an error with isolated nodes. This should fix both the problems (string nodes and isolated nodes).
fix: ability to handle integer nodes and isolated nodes
test: test for DH with str node labels and isolated nodes
style: run black