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

[empty nodes] Nodes returned from transit network stacking that are empty #113

Open kuanb opened 5 years ago

kuanb commented 5 years ago

When stacking networks on top of one another, empty nodes can be returned. This could have had to do with the walk network being passed in as a transit network in this example: https://gist.github.com/kuanb/f826dd2df30c1d4e9974b0bc073b72e7

But, even so, there were not empty nodes before that network went into peartree, so it should not produce them on the return...