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

[synthetic] Allow custom wait time calc as a synthetic parameter #149

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #149 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #149      +/-   ##
==========================================
+ Coverage   91.74%   91.74%   +<.01%     
==========================================
  Files          13       13              
  Lines        1114     1115       +1     
==========================================
+ Hits         1022     1023       +1     
  Misses         92       92
Impacted Files Coverage Δ
peartree/paths.py 95.83% <100%> (ø) :arrow_up:
peartree/synthetic.py 94.82% <100%> (+0.02%) :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 37b82a5...1b6bca2. Read the comment docs.