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

[feature] Save/read peartree graphs from zip #83

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

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

codecov[bot] commented 6 years ago

Codecov Report

Merging #83 into master will increase coverage by 0.37%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage    91.3%   91.67%   +0.37%     
==========================================
  Files          13       13              
  Lines         828      865      +37     
==========================================
+ Hits          756      793      +37     
  Misses         72       72
Impacted Files Coverage Δ
peartree/utilities.py 70.21% <100%> (+19.33%) :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 5b45a06...9cf5d61. Read the comment docs.

kuanb commented 6 years ago

Ready to go, pending tests passing. Incoming tests should address low coverage issue.