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

Handle when node is not preserved in coalesce #48

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #48 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   93.04%   93.06%   +0.02%     
==========================================
  Files          10       10              
  Lines         604      606       +2     
==========================================
+ Hits          562      564       +2     
  Misses         42       42
Impacted Files Coverage Δ
peartree/toolkit.py 99.03% <100%> (+0.01%) :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 33b2b65...0bb46d3. Read the comment docs.