Skip to content

Commit

Permalink
Minor changes only for comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquot committed Nov 27, 2024
1 parent 256061c commit 8ce7318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/pycbc_multi_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,10 @@ with ctx:
), f'SNR time series for {ifo} is empty'
norm_dict[ifo] = norm
corr_dict[ifo] = corr.copy()
idx[ifo] = ind.astype(np.int32)
# change to integer indexes because we will have to do
# arithmetic with time_delay_idx, which can be positive
#or negative
# or negative
idx[ifo] = ind.astype(np.int32)
snr[ifo] = snrv * norm

# Move onto next segment if there are no triggers.
Expand Down

0 comments on commit 8ce7318

Please sign in to comment.