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

Fixed Neo4j io bugs and PGFrame bugs #61

Closed eugeniashurko closed 3 years ago

eugeniashurko commented 3 years ago

Neo4j I/O fixes:

PGFrame fixes:

codecov-commenter commented 3 years ago

Codecov Report

Merging #61 (7e40998) into master (7fe793d) will decrease coverage by 0.56%. The diff coverage is 39.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   80.93%   80.36%   -0.57%     
==========================================
  Files          41       41              
  Lines        3378     3413      +35     
==========================================
+ Hits         2734     2743       +9     
- Misses        644      670      +26     
Impacted Files Coverage Δ
bluegraph/core/io.py 63.41% <0.00%> (-0.69%) :arrow_down:
bluegraph/backends/neo4j/io.py 89.34% <50.00%> (-5.73%) :arrow_down:

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 7fe793d...7e40998. Read the comment docs.