Skip to content

Commit

Permalink
index issue (gwastro#5018)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Jan 22, 2025
1 parent 6c2fc76 commit e693aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/all_sky_search/pycbc_coinc_findtrigs
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def process_template(tnum):
# with any trigger in the fixed network
tidx = len(threshes)
for i in range(1, len(threshes)):
if pivot_stat[-1] >= pivot_lower[kidx]:
if pivot_stat[-1] >= pivot_lower[i]:
tidx = i
break

Expand Down

0 comments on commit e693aa3

Please sign in to comment.