Skip to content

Commit

Permalink
change order of collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Ciccolella committed Jun 23, 2020
1 parent 23f8a93 commit 31563a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SASC-viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,12 +408,12 @@ def calc_supports(node, level_count):

calc_supports(x.root, lev_count)

if args.collapse_simple:
collapse_simple_paths(x, x.root)

if args.collapse_support:
collapse_low_support(x, x.root, args.collapse_support)

if args.collapse_simple:
collapse_simple_paths(x, x.root)


lev_count = defaultdict(int)
lev_count[0] = 1
Expand Down

0 comments on commit 31563a5

Please sign in to comment.