Skip to content

Commit

Permalink
fix: speed up mapping associated code
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriahunt authored and kasparm committed Sep 16, 2019
1 parent 3a8f8e8 commit 621594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postreise/analyze/transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def generate_cong_stats(scenario,
mapping.makemap(congested, branch_map)
mapping.makemap_all(cong_df, branch_map)
mapping.makemap_binding(cong_df, branch_map)
return cong_stats
return cong_stats, binding_df

0 comments on commit 621594c

Please sign in to comment.