Skip to content

Commit

Permalink
pull out idle musings to idle github issue #31
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschumacher committed May 14, 2015
1 parent 1ae83da commit 0508ee8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mergic/mergic.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ def calc(self, args):
data = (len(group_for_item), 1, 0, cutoffs[0] - 1)
print "{0: >10}, {1: >9}, {2: >9}, {3}".format(*data)
for cutoff in cutoffs:
# alternative way to grow groups: on a per-group basis
# rather than globally changing cutoff, could just grow
# groups until they reach some "satisfactory" size
_link_items(group_for_item, all_groups, links_at[cutoff])
c = Counter(len(x) for x in all_groups)
if args.command == 'calc':
Expand Down

0 comments on commit 0508ee8

Please sign in to comment.