Skip to content

Commit

Permalink
usig logging.debug for snr
Browse files Browse the repository at this point in the history
  • Loading branch information
PRAVEEN-mnl committed Nov 10, 2023
1 parent f5e5bd7 commit a351051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/live/snr_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def compute_minus_network_snr(v, *argv):
if len(argv) == 1:
argv = argv[0]
nsnr, _ = compute_network_snr_core(v, *argv)
logging.info('snr: %s', nsnr)
logging.debug('snr: %s', nsnr)
return -nsnr


Expand Down

0 comments on commit a351051

Please sign in to comment.