kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

Drop duplicate edges during simplify operation #71

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Fixes https://github.com/kuanb/peartree/issues/65

codecov[bot] commented 6 years ago

Codecov Report

Merging #71 into master will increase coverage by 1.56%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   90.46%   92.03%   +1.56%     
==========================================
  Files          12       12              
  Lines         745      904     +159     
==========================================
+ Hits          674      832     +158     
- Misses         71       72       +1
Impacted Files Coverage Δ
peartree/toolkit.py 96.72% <100%> (+0.31%) :arrow_up:
peartree/paths.py 95.65% <0%> (-0.1%) :arrow_down:
peartree/summarizer.py 90.32% <0%> (+0.32%) :arrow_up:
peartree/graph.py 98.29% <0%> (+0.92%) :arrow_up:
peartree/parallel.py 99.27% <0%> (+1.4%) :arrow_up:

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 a631657...03a391b. Read the comment docs.