-
Notifications
You must be signed in to change notification settings - Fork 33
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
Remove id
variable from XGI
#620
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #620 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 63 63
Lines 4912 4912
=======================================
Hits 4589 4589
Misses 323 323 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Small comment, rest looks good to me. |
This fixes #619. Note that this breaks the API, because now the
add_edge
method accepts theidx
parameter, and not theid
parameter.