BlueBrain / BlueGraph

Python framework for graph analytics and co-occurrence analysis
https://bluegraph.readthedocs.io
Apache License 2.0
31 stars 5 forks source link

Bugfix in missing import #64

Closed eugeniashurko closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #64 (7a1ddca) into master (f3e77a1) will decrease coverage by 0.48%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
- Coverage   80.36%   79.88%   -0.49%     
==========================================
  Files          41       41              
  Lines        3413     3331      -82     
==========================================
- Hits         2743     2661      -82     
  Misses        670      670              
Impacted Files Coverage Δ
bluegraph/backends/neo4j/io.py 89.31% <100.00%> (-0.04%) :arrow_down:
bluegraph/core/io.py 61.07% <0.00%> (-2.34%) :arrow_down:
bluegraph/core/analyse/metrics.py 71.42% <0.00%> (-2.16%) :arrow_down:
bluegraph/core/embed/embedders.py 80.73% <0.00%> (-1.62%) :arrow_down:
bluegraph/downstream/data_structures.py 83.19% <0.00%> (-0.81%) :arrow_down:
bluegraph/core/analyse/communities.py 78.18% <0.00%> (-0.77%) :arrow_down:
bluegraph/preprocess/encoders.py 73.89% <0.00%> (-0.46%) :arrow_down:
bluegraph/core/analyse/paths.py 85.09% <0.00%> (-0.19%) :arrow_down:
bluegraph/backends/neo4j/embed/embedders.py 90.82% <0.00%> (-0.17%) :arrow_down:
bluegraph/downstream/similarity.py 81.03% <0.00%> (-0.17%) :arrow_down:
... and 4 more

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 f3e77a1...7a1ddca. Read the comment docs.