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

Support new pandas #160

Closed kuanb closed 4 years ago

kuanb commented 4 years ago

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

codecov[bot] commented 4 years ago

Codecov Report

Merging #160 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #160   +/-   ##
=======================================
  Coverage   91.81%   91.81%           
=======================================
  Files          13       13           
  Lines        1148     1148           
=======================================
  Hits         1054     1054           
  Misses         94       94           
Impacted Files Coverage Δ
peartree/synthetic.py 94.05% <100.00%> (ø)
peartree/toolkit.py 93.64% <100.00%> (ø)

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 05545d6...c378602. Read the comment docs.