CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
222 stars 45 forks source link

Improve hetero show function #237

Closed aurorarossi closed 1 year ago

aurorarossi commented 1 year ago

With this PR I fixed the indentation problem as I did for gnngraphs.

codecov[bot] commented 1 year ago

Codecov Report

Merging #237 (633db04) into master (829be8a) will increase coverage by 1.50%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
+ Coverage   86.71%   88.21%   +1.50%     
==========================================
  Files          16       16              
  Lines        1588     1587       -1     
==========================================
+ Hits         1377     1400      +23     
+ Misses        211      187      -24     
Impacted Files Coverage Δ
src/GNNGraphs/gnnheterograph.jl 81.81% <83.33%> (+44.04%) :arrow_up:
src/GNNGraphs/transform.jl 96.12% <0.00%> (-0.44%) :arrow_down:
src/GNNGraphs/utils.jl 91.74% <0.00%> (+4.58%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.