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

UserWarning during direction subset #148

Open kuanb opened 5 years ago

kuanb commented 5 years ago

Logged during tests:

    direction_subset = stop_times_by_stop[constraint_2]
  /home/travis/build/kuanb/peartree/peartree/parallel.py:127: UserWarning: Boolean Series key will be reindexed to match DataFrame index.

Is there a better way to do this in pandas? If so - do that. If this is just excessive logging, suppress this.