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

[networkx] implement clear_edges, deepcopy of to_directed and to_undirected api #255

Merged
merged 6 commits into from
Apr 19, 2021

Conversation

acezen
Copy link
Collaborator

@acezen acezen commented Apr 16, 2021

What do these changes do?

  • implement deepcopy version of netowrkx to_directed /to_undirected api;
  • implement clear_edge of networkx Graph.
  • open the related test cases.

Related issue number

#62

@acezen acezen changed the title [networkx] implement clear_edges, deepcopy of api to_directed /to_undirected [networkx] implement clear_edges, deepcopy of to_directed and to_undirected api Apr 16, 2021
@codecov-io
Copy link

codecov-io commented Apr 16, 2021

Codecov Report

Merging #255 (eb04977) into main (1a6b040) will decrease coverage by 0.10%.
The diff coverage is 17.64%.

❗ Current head eb04977 differs from pull request most recent head 9d9b027. Consider uploading reports for the commit 9d9b027 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main     #255      +/-   ##
==========================================
- Coverage   78.70%   78.59%   -0.11%     
==========================================
  Files          57       57              
  Lines        5255     5266      +11     
==========================================
+ Hits         4136     4139       +3     
- Misses       1119     1127       +8     
Impacted Files Coverage Δ
python/graphscope/framework/utils.py 72.34% <0.00%> (+0.91%) ⬆️
python/graphscope/framework/dag_utils.py 64.11% <20.00%> (-3.42%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1a6b040...9d9b027. Read the comment docs.

@acezen acezen merged commit 9354a24 into alibaba:main Apr 19, 2021
@acezen acezen deleted the acezen/networkx-impl branch April 19, 2021 06:16
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.

None yet

5 participants