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

add radius_graph api #180

Merged
merged 5 commits into from
May 29, 2022
Merged

add radius_graph api #180

merged 5 commits into from
May 29, 2022

Conversation

YichengDWu
Copy link
Contributor

@YichengDWu YichengDWu commented May 29, 2022

Close #177

@codecov
Copy link

codecov bot commented May 29, 2022

Codecov Report

Merging #180 (0ab69ea) into master (78792f0) will increase coverage by 0.26%.
The diff coverage is 100.00%.

❗ Current head 0ab69ea differs from pull request most recent head 20739e4. Consider uploading reports for the commit 20739e4 to get more accurate results

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   86.15%   86.42%   +0.26%     
==========================================
  Files          15       15              
  Lines        1336     1333       -3     
==========================================
+ Hits         1151     1152       +1     
+ Misses        185      181       -4     
Impacted Files Coverage Δ
src/GNNGraphs/generate.jl 100.00% <100.00%> (ø)
src/GNNGraphs/convert.jl 90.08% <0.00%> (-0.32%) ⬇️
src/GNNGraphs/transform.jl 96.91% <0.00%> (-0.06%) ⬇️
src/GNNGraphs/query.jl 93.64% <0.00%> (-0.04%) ⬇️
src/GNNGraphs/sampling.jl 100.00% <0.00%> (ø)
src/layers/conv.jl 77.31% <0.00%> (+0.07%) ⬆️
src/GNNGraphs/gnngraph.jl 75.00% <0.00%> (+2.50%) ⬆️

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 78792f0...20739e4. Read the comment docs.

@CarloLucibello CarloLucibello merged commit 9398a53 into JuliaGraphs:master May 29, 2022
@CarloLucibello
Copy link
Member

Thank you!

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.

add radius_graph api
2 participants