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

Use map operation on process pool #58

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

apply_async was for a single process. If we don't care about order, I believe map_async is the way to go. Perhaps best to preserve order of route ids for now, as we have other sort-based operations downstream (not that any were impacted by previous async method).

codecov[bot] commented 6 years ago

Codecov Report

Merging #58 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #58   +/-   ##
======================================
  Coverage    92.8%   92.8%           
======================================
  Files          10      10           
  Lines         639     639           
======================================
  Hits          593     593           
  Misses         46      46
Impacted Files Coverage Δ
peartree/summarizer.py 97.07% <100%> (ø) :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 7849bbd...cb3088b. Read the comment docs.