Skip to content

Commit

Permalink
Remove testing printing
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jul 25, 2024
1 parent 03b87f6 commit cac1fb5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bin/minifollowups/pycbc_sngl_minifollowup
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,11 @@ else:
trigger_ids = trigs.mask

trig_stat = trigs.stat
trig_snr = trigs.snr
# loop over number of loudest events to be followed up
order = trig_stat.argsort()[::-1]
for rank, num_event in enumerate(order):
logging.info('Processing event: %s', rank)

print(rank)
print(num_event)
print(trigger_ids[num_event])
print(trig_stat[num_event])
print(trig_snr[num_event])
print(times[num_event])
print('\n'*2)

files = wf.FileList([])
time = times[num_event]
ifo_time = '%s:%s' %(args.instrument, str(time))
Expand Down

0 comments on commit cac1fb5

Please sign in to comment.