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

[documentation] Doc strings and light code gardening #116

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

In addition to doc strings:

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #116      +/-   ##
==========================================
+ Coverage   91.72%   91.73%   +<.01%     
==========================================
  Files          13       13              
  Lines        1051     1052       +1     
==========================================
+ Hits          964      965       +1     
  Misses         87       87
Impacted Files Coverage Δ
peartree/graph.py 97.11% <100%> (-0.03%) :arrow_down:
peartree/graph_tool.py 88.6% <100%> (ø) :arrow_up:
peartree/summarizer.py 97.5% <100%> (ø) :arrow_up:
peartree/paths.py 96.61% <100%> (+0.11%) :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 b5be335...b7ebb03. Read the comment docs.