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

Update plot.py #163

Closed d3netxer closed 3 years ago

d3netxer commented 3 years ago

osmnx changed their plot_graph function (https://osmnx.readthedocs.io/en/stable/osmnx.html#osmnx.plot.plot_graph)

codecov[bot] commented 3 years ago

Codecov Report

Merging #163 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #163   +/-   ##
=======================================
  Coverage   91.81%   91.81%           
=======================================
  Files          13       13           
  Lines        1148     1148           
=======================================
  Hits         1054     1054           
  Misses         94       94           
Impacted Files Coverage Δ
peartree/plot.py 83.33% <ø> (ø)

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 254207b...9a18262. Read the comment docs.

kuanb commented 3 years ago

Thanks for the catch @d3netxer