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 support for batched graphs #17

Merged
merged 1 commit into from
Sep 6, 2021
Merged

add support for batched graphs #17

merged 1 commit into from
Sep 6, 2021

Conversation

CarloLucibello
Copy link
Member

@CarloLucibello CarloLucibello commented Sep 6, 2021

Fix #12

@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #17 (3043cce) into master (b4a8675) will increase coverage by 0.89%.
The diff coverage is 90.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   73.72%   74.61%   +0.89%     
==========================================
  Files           7        7              
  Lines         430      453      +23     
==========================================
+ Hits          317      338      +21     
- Misses        113      115       +2     
Impacted Files Coverage Δ
src/layers/pool.jl 94.73% <83.33%> (-5.27%) ⬇️
src/gnngraph.jl 84.39% <91.30%> (+1.75%) ⬆️
src/utils.jl 100.00% <100.00%> (ø)

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 b4a8675...3043cce. Read the comment docs.

@CarloLucibello CarloLucibello merged commit cb515a4 into master Sep 6, 2021
@CarloLucibello CarloLucibello deleted the cl/graphs branch September 17, 2021 09:01
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.

implement graph concatenation
1 participant