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

Negative edge cost fallback, tag mode #40

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Two items in this PR:

codecov[bot] commented 6 years ago

Codecov Report

Merging #40 into master will decrease coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   92.19%   92.12%   -0.07%     
==========================================
  Files          10       10              
  Lines         538      546       +8     
==========================================
+ Hits          496      503       +7     
- Misses         42       43       +1
Impacted Files Coverage Δ
peartree/graph.py 96.49% <100%> (ø) :arrow_up:
peartree/summarizer.py 96.72% <100%> (+0.01%) :arrow_up:
peartree/plot.py 92.85% <0%> (-7.15%) :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 bd80a97...edab208. Read the comment docs.

kuanb commented 6 years ago

Before merging, add test assertions