Skip to content

Commit

Permalink
parallelize shrinker
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-fan-wang committed Jul 15, 2024
1 parent 9b745b7 commit 072cfcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/bank/pycbc_brute_bank
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class TriangleBank(object):
inc = Shrinker(r*1, args.nprocesses)
while 1:
j = inc.pop()
print(j)
if j is None:
hp.matches = matches[r]
hp.indices = r
Expand Down

0 comments on commit 072cfcd

Please sign in to comment.