-
Notifications
You must be signed in to change notification settings - Fork 445
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
[networkx] Update the built-in app implementation to make the behavior consistent with NetworkX implementation #1176
Conversation
132e437
to
1c1928a
Compare
from graphscope.nx.algorithms.builtin import hits_scipy | ||
from graphscope.nx.algorithms.builtin import in_degree_centrality | ||
from graphscope.nx.algorithms.builtin import node_boundary | ||
from graphscope.nx.algorithms.builtin import out_degree_centrality |
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.
👍
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## main #1176 +/- ##
===========================================
- Coverage 77.36% 40.49% -36.87%
===========================================
Files 57 368 +311
Lines 5302 19677 +14375
===========================================
+ Hits 4102 7969 +3867
- Misses 1200 11708 +10508
Continue to review full report at Codecov.
|
What do these changes do?
Update the built-in app implementation to make the behavior consistent with NetworkX implementation
Related issue number
Fixes #1182