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

edges iterates over Graphs.Edge #171

Merged
merged 5 commits into from
May 22, 2022
Merged

edges iterates over Graphs.Edge #171

merged 5 commits into from
May 22, 2022

Conversation

CarloLucibello
Copy link
Member

returning Graphs.Edge types instead of tuples allows better interaction with the graph ecosystem.
For example, now we can plot a graph with

using GraphNeuralNetworks, GraphMakie, GLMakie

g = rand_graph(10, 30)

graphplot(g)

@codecov
Copy link

codecov bot commented May 22, 2022

Codecov Report

Merging #171 (939dbfc) into master (71f0355) will increase coverage by 0.08%.
The diff coverage is 100.00%.

❗ Current head 939dbfc differs from pull request most recent head c154465. Consider uploading reports for the commit c154465 to get more accurate results

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
+ Coverage   85.38%   85.47%   +0.08%     
==========================================
  Files          15       15              
  Lines        1300     1301       +1     
==========================================
+ Hits         1110     1112       +2     
+ Misses        190      189       -1     
Impacted Files Coverage Δ
src/msgpass.jl 73.80% <ø> (ø)
src/GNNGraphs/gnngraph.jl 75.00% <100.00%> (+0.33%) ⬆️
src/GNNGraphs/query.jl 93.56% <100.00%> (+0.58%) ⬆️

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 1c261d4...c154465. Read the comment docs.

@CarloLucibello CarloLucibello merged commit 97c75be into master May 22, 2022
@CarloLucibello CarloLucibello deleted the cl/edge branch July 18, 2024 07:23
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