Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed May 8, 2024
1 parent 6426db0 commit a711ad3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/pycbc_multi_inspiral
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import h5py

import pycbc.version
from pycbc import (
detector,
fft,
init_logging,
inject,
Expand Down Expand Up @@ -515,7 +514,9 @@ with ctx:
logging.info("Template bank size after thinning: %d", n_bank)

logging.info("Calculating antenna pattern functions at every sky position")
antenna_pattern = calculate_antenna_patterns(args.instruments, t_gps)
antenna_pattern = sky_positions.calculate_antenna_patterns(
args.instruments, t_gps
)

logging.info("Starting the filtering...")
# Loop over templates
Expand Down

0 comments on commit a711ad3

Please sign in to comment.