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

Add logger warning for coalesce function #147

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

In addition to warning, comment points to https://github.com/kuanb/peartree/issues/126 for more details.

Helps prevent exploratory users from unintentionally undermining their graph through a naive coalesce op.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   91.73%   91.74%   +<.01%     
==========================================
  Files          13       13              
  Lines        1113     1114       +1     
==========================================
+ Hits         1021     1022       +1     
  Misses         92       92
Impacted Files Coverage Δ
peartree/toolkit.py 93.47% <100%> (+0.02%) :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 bb6c769...7afb0f3. Read the comment docs.