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

[coalesce] Parameterize summary operations #128

Closed kuanb closed 5 years ago

kuanb commented 5 years ago
  1. Create defaults for boarding cost and edge cost summarizers, both separate from the other.
  2. Update tests to ensure edge cost summarizer performing as intended.
codecov[bot] commented 5 years ago

Codecov Report

Merging #128 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   91.68%   91.66%   -0.02%     
==========================================
  Files          13       13              
  Lines        1106     1104       -2     
==========================================
- Hits         1014     1012       -2     
  Misses         92       92
Impacted Files Coverage Δ
peartree/toolkit.py 93.44% <100%> (-0.06%) :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 57c6df3...909091d. Read the comment docs.