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

Ensure always subset stop id during wait time calc #138

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #138 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #138   +/-   ##
=======================================
  Coverage   91.72%   91.72%           
=======================================
  Files          13       13           
  Lines        1112     1112           
=======================================
  Hits         1020     1020           
  Misses         92       92
Impacted Files Coverage Δ
peartree/summarizer.py 97.5% <ø> (ø) :arrow_up:
peartree/paths.py 95.83% <ø> (ø) :arrow_up:
peartree/plot.py 83.33% <ø> (-1.29%) :arrow_down:
peartree/parallel.py 96.09% <100%> (+0.03%) :arrow_up:
peartree/graph_tool.py 88.6% <100%> (ø) :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 a9ef0bd...26c672f. Read the comment docs.