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

During coalesce, only re-add one representative min length edge #50

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #50 into master will decrease coverage by 0.47%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
- Coverage   93.06%   92.59%   -0.48%     
==========================================
  Files          10       10              
  Lines         606      621      +15     
==========================================
+ Hits          564      575      +11     
- Misses         42       46       +4
Impacted Files Coverage Δ
peartree/toolkit.py 95.79% <83.33%> (-3.25%) :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 e37dbcb...39c4517. Read the comment docs.